Base:
method
BeginFile
System.Web.UI.MobileControls.Adapters.MultiPartWriter.BeginFile(System.String, System.String, System.String)
4 references to BeginFile
System.Web.Mobile (4)
UI\MobileControls\Adapters\HtmlPageAdapter.cs (1)
129writer.BeginFile(GetFormUrl(form), "text/html", Page.Response.Charset);
UI\MobileControls\Adapters\WmlPageAdapter.cs (2)
225wmlWriter.BeginFile(Page.Request.Url.ToString(), _contentType, Page.Response.Charset); 344writer.BeginFile(Page.Request.Url.ToString(), _contentType, Page.Response.Charset);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (1)
376writer.BeginFile (Page.Request.Url.ToString (), Page.Device.PreferredRenderingMime, Page.Response.Charset);