Response.Write();
Menu
The Response.Write() method is one probably one of the most commonly used methods in the framework however it is not always possible to use it this simply. Today I was working with .cs files that were compiled into a dll. In order to write test variabes onto the page I need to add the additional prefix.
HttpContext.Current.Response.Write("");
Copyright 2012. All rights reserved.
