2 overrides of Write
System.Web (1)
Abstractions\HttpResponseWrapper.cs (1)
444public override void Write(string s) {
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
61public override void Write(string s) {
2 references to Write
System.Web.Extensions (2)
Handlers\ScriptResourceHandler.cs (2)
242response.Write(@"<!DOCTYPE html PUBLIC ""-//W3C//DTD XHTML 1.0 Transitional//EN"" ""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd""> 531response.Write(script.ToString());