MobilePage Class
Serves as the base class for all ASP.NET mobile Web Forms pages.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
The MobilePage class inherits from the ASP.NET Page class. To specify a mobile page and use ASP.NET mobile controls, an ASP.NET mobile Web Forms page must contain the following page directive.
<%@ Page Inherits="System.Web.UI.MobileControls.MobilePage" Language="c#" %>
The Inherits attribute is required. The Language attribute is set to the language that is used on the page, if it is needed.
Note: |
|---|
ASP.NET mobile pages allow for multiple mobile forms on each page, whereas ASP.NET Web pages allow for only one form per page. |
| Topic | Location |
|---|---|
| Walkthrough: Creating Web Pages for Mobile Devices | Building ASP .NET Web Applications in Visual Studio |
- AspNetHostingPermission
for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
System.Web.UI::Control
System.Web.UI::TemplateControl
System.Web.UI::Page
System.Web.UI.MobileControls::MobilePage
System.Web.UI.MobileControls::ErrorFormatterPage
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: