Share via


MobilePage Class Members

Public Constructors

MobilePage Constructor Initializes a new instance of the MobilePage class.

Public Fields

HiddenPostEventArgumentId Field Contains the source identifier to use to render the hidden field for the postback argument.
HiddenPostEventSourceId Field Contains the source identifier to use to render the hidden field for the postback source.
HiddenVariablePrefix Field Returns the prefix to use to render hidden variables.
PageClientViewStateKey Field Returns the key to use to render the private view state.
ViewStateID Field Contains the source identifier to use to render the hidden field for a view state.

Public Events

AbortTransaction Event (inherited from TemplateControl Class) Inherited from .NET Framework.
CommitTransaction Event (inherited from TemplateControl Class) Inherited from .NET Framework.
DataBinding Event (inherited from Control) Inherited from .NET Framework.
Disposed Event (inherited from Control) Inherited from .NET Framework.
Error Event (inherited from TemplateControl Class) Inherited from .NET Framework.
Init Event (inherited from Control) Inherited from .NET Framework.
Load Event (inherited from Control) Occurs when a control is custom paginated and needs more data.
PreRender Event (inherited from Control) Inherited from .NET Framework.
Unload Event (inherited from Control) Inherited from .NET Framework.

Public Methods

AddedControl Method (inherited from Control) Inherited from .NET Framework.
AddParsedSubObject Method (inherited from Control) Inherited from .NET Framework.
CreateHtmlTextWriter Method (inherited from Page) Inherited from .NET Framework.
DataBind Method (inherited from Control) Binds the field of the specified item to its corresponding data. Called internally by ASP.NET.
DesignerInitialize Method (inherited from Page) Inherited from .NET Framework.
DeterminePostBackMode Method (inherited from Page) Inherited from .NET Framework.
Dispose Method (inherited from Control) Inherited from .NET Framework.
Equals Method (inherited from Object) Inherited from .NET Framework.
FindControl Method (inherited from Control) Inherited from .NET Framework.
GetControlAdapter Method Creates and returns a new device-specific adapter for the specified control.
GetForm Method Returns a form object as specified by the id parameter.
GetHashCode Method (inherited from Object) Used internally by ASP.NET. Not intended for use by client applications.
GetPostBackClientEvent Method (inherited from Page) Inherited from .NET Framework.
GetPostBackClientHyperlink Method (inherited from Page) Inherited from .NET Framework.
GetPostBackEventReference Method (inherited from Page) Inherited from .NET Framework.
GetPrivateViewState Method Retrieves the view state for the control.
GetType Method (inherited from Object) Inherited from .NET Framework.
GetTypeHashCode Method (inherited from Page) Inherited from .NET Framework.
HasControls Method (inherited from Control) Inherited from .NET Framework.
HasHiddenVariables Method Retrieves whether the page has any hidden variables defined.
InitOutputCache Method (inherited from Page) Inherited from .NET Framework.
IsClientScriptBlockRegistered Method (inherited from Page) Inherited from .NET Framework.
IsStartupScriptRegistered Method (inherited from Page) Inherited from .NET Framework.
LoadControl Method (inherited from TemplateControl Class) Inherited from .NET Framework.
LoadPageStateFromPersistenceMedium Method (inherited from Page) Inherited from .NET Framework.
LoadTemplate Method (inherited from TemplateControl Class) Inherited from .NET Framework.
LoadViewState Method (inherited from Control) Inherited from .NET Framework.
MakePathAbsolute Method Converts the specified relative URL into an absolute URL.
MapPath Method (inherited from Page) Inherited from .NET Framework.
OnError Method (inherited from TemplateControl Class) Inherited from .NET Framework.
OnInit Method (inherited from Control) Inherited from .NET Framework.
OnLoad Method (inherited from Control) Called when the control is custom paginated and needs more data.
OnPreRender Method (inherited from Control) Called by the control's OnPreRender method, to perform adapter-specific work prior to rendering.
OnUnload Method (inherited from Control) Inherited from .NET Framework.
ParseControl Method (inherited from TemplateControl Class) Inherited from .NET Framework.
ProcessRequest Method (inherited from Page) Inherited from .NET Framework.
RaisePostBackEvent Method (inherited from Page) Inherited from .NET Framework.
RedirectToMobilePage Method Redirects to another mobile page.
RegisterArrayDeclaration Method (inherited from Page) Inherited from .NET Framework.
RegisterClientScriptBlock Method (inherited from Page) Inherited from .NET Framework.
RegisterHiddenField Method (inherited from Page) Inherited from .NET Framework.
RegisterOnSubmitStatement Method (inherited from Page) Inherited from .NET Framework.
RegisterRequiresPostBack Method (inherited from Page) Inherited from .NET Framework.
RegisterRequiresRaiseEvent Method (inherited from Page) Inherited from .NET Framework.
RegisterStartupScript Method (inherited from Page) Inherited from .NET Framework.
RegisterViewStateHandler Method (inherited from Page) Inherited from .NET Framework.
RemovedControl Method (inherited from Control) Inherited from .NET Framework.
Render Method (inherited from Control) Called by the control's OnPreRender method, to perform adapter-specific work prior to rendering.
RenderControl Method (inherited from Control) Inherited from .NET Framework.
ResolveUrl Method (inherited from Control) Controls and adapters can call the ResolveUrl method on a MobileControl to resolve a URL relative to the directory of the page or user control that contains the control.
SavePageStateToPersistenceMedium Method (inherited from Page) Inherited from .NET Framework.
SetRenderMethodDelegate Method (inherited from Control) Inherited from .NET Framework.
ToString Method (inherited from Object) Inherited from .NET Framework.
Validate Method (inherited from Page) Inherited from .NET Framework.
VerifyRenderingInServerForm Method (inherited from Page) Inherited from .NET Framework.

Protected Methods

AddedControl Method Intended for internal use only.
AspCompatBeginProcessRequest Method (inherited from Page) Inherited from .NET Framework.
AspCompatEndProcessRequest Method (inherited from Page) Inherited from .NET Framework.
BuildProfileTree Method (inherited from Control) Inherited from .NET Framework.
ClearChildViewState Method (inherited from Control) Inherited from .NET Framework.
Construct Method (inherited from TemplateControl Class) Inherited from .NET Framework.
CreateChildControls Method (inherited from Control) Inherited from .NET Framework.
CreateControlCollection Method (inherited from Control) Inherited from .NET Framework.
CreateResourceBasedLiteralControl Method (inherited from TemplateControl Class) Inherited from .NET Framework.
EnsureChildControls Method (inherited from Control) Inherited from .NET Framework.
Finalize Method (inherited from Object) Inherited from .NET Framework.
FrameworkInitialize Method (inherited from TemplateControl Class) Inherited from .NET Framework.
IsLiteralContent Method (inherited from Control) Inherited from .NET Framework.
MapPathSecure Method (inherited from Control) Inherited from .NET Framework.
MemberwiseClone Method (inherited from Object) Inherited from .NET Framework.
OnAbortTransaction Method (inherited from TemplateControl Class) Inherited from .NET Framework.
OnBubbleEvent Method (inherited from Control) Inherited from .NET Framework.
OnCommitTransaction Method (inherited from TemplateControl Class) Inherited from .NET Framework.
OnDataBinding Method (inherited from Control) Inherited from .NET Framework.
OnDeviceCustomize Method Called after the page is initialized.
OnViewStateExpire Method Raises an exception when called on postback.
RaiseBubbleEvent Method (inherited from Control) Inherited from .NET Framework.
RenderChildren Method (inherited from Control) Inherited from .NET Framework.
SaveViewState Method Saves any changes in the view state that have occurred since the page was posted back to the server.
SetStringResourcePointer Method (inherited from TemplateControl Class) Inherited from .NET Framework.
TrackViewState Method (inherited from Control) Inherited from .NET Framework.
WriteUTF8ResourceString Method (inherited from TemplateControl Class) Inherited from .NET Framework.

Public Properties

AbsoluteFilePath Property Returns a rooted URL to the same page.
ActiveForm Property Sets or returns the page's currently active form.
Adapter Property Accesses the specific page adapter for the page.
AllowCustomAttributes Property Sets or returns whether controls on the page can have custom attributes defined. The default value is the value of the allowCustomAttributes attribute of the <mobilecontrols> section of web.config.
Application Property (inherited from Page) Inherited from .NET Framework.
BindingContainer Property (inherited from Control) Inherited from .NET Framework.
Cache Property (inherited from Page) Inherited from .NET Framework.
ClientID Property (inherited from Control) Inherited from .NET Framework.
ClientTarget Property (inherited from Page) Inherited from .NET Framework.
ClientViewState Property Returns the view state information — which combines private view state and an identifier for application view state — to write to the client in encoded form.
Controls Property (inherited from Control) Inherited from .NET Framework.
DesignMode Property Returns whether the page is being instantiated in design mode (true) or at run time (false).
Device Property Returns true if the device is a recognized mobile device. The default value is true.
EnableViewState Property (inherited from Control) Inherited from .NET Framework.
ErrorPage Property (inherited from Page) Inherited from .NET Framework.
Forms Property Returns the collection of forms on the specified MobilePage object.
HiddenVariables Property Property Returns a dictionary of hidden variables on the specified MobilePage object.
ID Property (inherited from Control) Returns true if the specified control causes server-side validation to occur on data controls on the same form. The default value is true.
IsPostBack Property (inherited from Page) Inherited from .NET Framework.
IsReusable Property (inherited from Page) Inherited from .NET Framework.
IsValid Property (inherited from Page) Inherited from .NET Framework.
NamingContainer Property (inherited from Control) Inherited from .NET Framework.
Page Property (inherited from Control) Sets or returns the index of the current page in the paginated form. The default value is 0.
Parent Property (inherited from Control) Inherited from .NET Framework.
QueryStringText Property Returns the query string that accompanied the request.
RelativeFilePath Property Returns a relative URL to the same page.
Request Property (inherited from Page) Returns true if the device requires that every request either have a query string, or be redirected to a new URL that has a query string. Required when working with certain device and gateway combinations. The default value is false.
Response Property (inherited from Page) Inherited from .NET Framework.
Server Property (inherited from Page) Inherited from .NET Framework.
Session Property (inherited from Page) Inherited from .NET Framework.
Site Property (inherited from Control) Inherited from .NET Framework.
SmartNavigation Property (inherited from Page) Inherited from .NET Framework.
StyleSheet Property Sets or returns the current style sheet on a MobilePage object
TemplateSourceDirectory Property (inherited from Control) Inherited from .NET Framework.
Trace Property (inherited from Page) Inherited from .NET Framework.
UniqueFilePathSuffix Property Returns true if a unique file path suffix is required. The default is false.
UniqueID Property (inherited from Control) Inherited from .NET Framework.
User Property (inherited from Page) Inherited from .NET Framework.
Validators Property (inherited from Page) Inherited from .NET Framework.
Visible Property (inherited from Control) Returns the first item visible on the current form page.

Protected Properties

AspCompatMode Property (inherited from Page) Inherited from .NET Framework.
AutoHandlers Property (inherited from TemplateControl Class) Inherited from .NET Framework.
Buffer Property (inherited from Page) Inherited from .NET Framework.
ChildControlsCreated Property (inherited from Control) Inherited from .NET Framework.
CodePage Property (inherited from Page) Inherited from .NET Framework.
ContentType Property (inherited from Page) Inherited from .NET Framework.
Context Property (inherited from Control) Inherited from .NET Framework.
Culture Property (inherited from Page) Inherited from .NET Framework.
EnableViewStateMac Property (inherited from Page) Inherited from .NET Framework.
Events Property (inherited from Control) Returns the key to use to submit the event source.
FileDependencies Property (inherited from Page) Inherited from .NET Framework.
HasChildViewState Property (inherited from Control) Inherited from .NET Framework.
IsTrackingViewState Property (inherited from Control) Inherited from .NET Framework.
LCID Property (inherited from Page) Inherited from .NET Framework.
ResponseEncoding Property (inherited from Page) Inherited from .NET Framework.
SupportAutoEvents Property (inherited from TemplateControl Class) Inherited from .NET Framework.
TraceEnabled Property (inherited from Page) Inherited from .NET Framework.
TraceModeValue Property (inherited from Page) Inherited from .NET Framework.
TransactionMode Property (inherited from Page) Inherited from .NET Framework.
UICulture Property (inherited from Page) Inherited from .NET Framework.
ViewState Property (inherited from Control) Returns the view state information — which combines private view state and an identifier for application view state — to write to the client in encoded form.
ViewStateIgnoresCase Property (inherited from Control) Inherited from .NET Framework.

See Also

MobilePage Class