51 references to Write
System.Web (45)
Abstractions\HttpResponseWrapper.cs (1)
445_httpResponse.Write(s);
HttpDebugHandler.cs (2)
171context.Response.Write("OK"); 252context.Response.Write("OK");
HttpResponse.cs (11)
1417Write("\r\n\r\n</pre></table></table></table></table></table>"); 1418Write("</font></font></font></font></font>"); 1419Write("</i></i></i></i></i></b></b></b></b></b></u></u></u></u></u>"); 1420Write("<p>&nbsp;</p><hr>\r\n\r\n"); 2405Write("<BODY><ASP_SMARTNAV_RDIR url=\""); 2406Write(HttpUtility.HtmlEncode(url)); 2407Write("\"></ASP_SMARTNAV_RDIR>"); 2409Write("</BODY>"); 2429Write("<html><head><title>Object moved</title></head><body>\r\n"); 2430Write("<h2>Object moved to <a href=\"" + url + "\">here</a>.</h2>\r\n"); 2431Write("</body></html>\r\n");
Security\AuthStoreRoleProvider.cs (1)
598context.Response.Write(AuthStoreErrorFormatter.GetErrorText());
Security\BackStopAuthenticationModule.cs (1)
140context.Response.Write(AuthFailedErrorFormatter.GetErrorText());
Security\FileAuthorizationModule.cs (2)
287context.Response.Write((new FileAccessFailedErrorFormatter(context.Request.PhysicalPathInternal)).GetErrorMessage(context, false)); 289context.Response.Write((new FileAccessFailedErrorFormatter(null)).GetErrorMessage(context, true));
Security\PassportAuthenticationModule.cs (2)
191context.Response.Write(strMsg); 195context.Response.Write(errorFormatter.GetAdaptiveErrorMessage(context, true));
Security\UrlAuthorizationModule.cs (1)
159context.Response.Write(UrlAuthFailedErrorFormatter.GetErrorText());
State\StateRuntime.cs (3)
299response.Write("<html><head><title>Bad Request</title></head>\r\n"); 300response.Write("<body><h1>Http/1.1 400 Bad Request</h1>"); 301response.Write("Invalid header <b>" + header + "</b></body></html>");
StaticFileHandler.cs (8)
455response.Write(MULTIPART_RANGE_DELIMITER); 456response.Write(partialContentType); 457response.Write("Content-Range: "); 459response.Write(contentRange); 460response.Write("\r\n\r\n"); 462response.Write("\r\n"); 464response.Write(MULTIPART_RANGE_END); 570response.Write("<html><body>Bad Request</body></html>");
UI\Page.cs (12)
5332Response.Write(needsCallbackLoadScript ? 5368Response.Write(needsCallbackLoadScript ? 5396Response.Write("<script>parent.__pendingCallbacks["); 5397Response.Write(index); 5398Response.Write("].xmlRequest.responseText=\""); 5405Response.Write(validation.Length.ToString(CultureInfo.InvariantCulture)); 5407Response.Write(validation); 5412Response.Write(needsCallbackLoadScript ? Util.QuoteJScriptString(result) : result); 5416Response.Write("\";parent.__pendingCallbacks["); 5417Response.Write(index); 5418Response.Write("].xmlRequest.readyState=4;parent.WebForm_CallbackComplete();</script>"); 5428Response.Write(needsCallbackLoadScript ?
Util\AspCompat.cs (1)
698_context.Response.Write(text);
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
545context.Response.Write(w.ToString());
System.Web.Extensions (3)
HttpResponseInternalWrapper.cs (1)
62_httpResponse.Write(s);
Script\Services\RestClientProxyHandler.cs (1)
18context.Response.Write(clientProxyString);
Script\Services\RestHandler.cs (1)
180context.Response.Write(responseString);
System.Web.Mobile (2)
Mobile\ErrorHandlerModule.cs (1)
130context.Response.Write(e2.ToString());
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlCssHandler.cs (1)
47context.Response.Write (response);