Base:
property
Page
System.Web.UI.MobileControls.Adapters.ControlAdapter.Page
Implemented interface members:
property
Page
System.Web.UI.MobileControls.IControlAdapter.Page
property
Page
System.Web.UI.MobileControls.IPageAdapter.Page
15 references to Page
System.Web.Mobile (15)
UI\MobileControls\Adapters\UpWmlPageAdapter.cs (1)
47return new UpWmlMobileTextWriter(writer, Device, Page);
UI\MobileControls\Adapters\WmlPageAdapter.cs (14)
137return new WmlMobileTextWriter(writer, Device, Page); 206Page.Response.ContentType = _contentType; 221Page.Response.ContentEncoding = UTF8Encoding; 225wmlWriter.BeginFile(Page.Request.Url.ToString(), _contentType, Page.Response.Charset); 239Page.Response.AppendHeader("Cache-Control", "max-age=0"); 340Page.Response.ContentEncoding = UTF8Encoding; 344writer.BeginFile(Page.Request.Url.ToString(), _contentType, Page.Response.Charset); 356Page.Response.AppendHeader("Cache-Control", "max-age=0"); 361_renderableForms = Page.ActiveForm.GetLinkedForms(OptimumPageWeight); 367_renderableForms.Add(Page.ActiveForm); 404String charset = Page.Response.Charset; 512String charset = Page.Request.Headers["x-up-devcap-charset"];