6 writes to Charset
System.Web (2)
Abstractions\HttpResponseWrapper.cs (1)
68_httpResponse.Charset = value;
Util\AspCompat.cs (1)
746_context.Response.Charset = charSet;
System.Web.DataVisualization (2)
WebForm\ChartWebControl.cs (1)
721this.Page.Response.Charset = "";
WebForm\General\ChartHttpHandler.cs (1)
268context.Response.Charset = "";
System.Web.Extensions (2)
HttpResponseInternalWrapper.cs (1)
97_httpResponse.Charset = value;
Script\Services\RestHandler.cs (1)
226context.Response.Charset = charset;
12 references to Charset
System.Web (3)
Abstractions\HttpResponseWrapper.cs (1)
65return _httpResponse.Charset;
HttpResponse.cs (1)
482String charset = Charset;
Util\AspCompat.cs (1)
742return _context.Response.Charset;
System.Web.Extensions (2)
HttpResponseInternalWrapper.cs (1)
94return _httpResponse.Charset;
Script\Services\RestHandler.cs (1)
217string charset = context.Response.Charset;
System.Web.Mobile (7)
UI\MobileControls\Adapters\ChtmlFormAdapter.cs (1)
114String charset = Page.Response.Charset;
UI\MobileControls\Adapters\HtmlFormAdapter.cs (1)
229String charset = Page.Response.Charset;
UI\MobileControls\Adapters\HtmlPageAdapter.cs (1)
129writer.BeginFile(GetFormUrl(form), "text/html", Page.Response.Charset);
UI\MobileControls\Adapters\WmlPageAdapter.cs (3)
225wmlWriter.BeginFile(Page.Request.Url.ToString(), _contentType, Page.Response.Charset); 344writer.BeginFile(Page.Request.Url.ToString(), _contentType, Page.Response.Charset); 404String charset = Page.Response.Charset;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (1)
376writer.BeginFile (Page.Request.Url.ToString (), Page.Device.PreferredRenderingMime, Page.Response.Charset);