This documentation is archived and is not being maintained.
MobileUserControl Class
Visual Studio 2008
Provides the base class for ASP.NET mobile user controls.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
[AspNetHostingPermissionAttribute(SecurityAction::InheritanceDemand, Level = AspNetHostingPermissionLevel::Minimal)] [AspNetHostingPermissionAttribute(SecurityAction::LinkDemand, Level = AspNetHostingPermissionLevel::Minimal)] public ref class MobileUserControl : public UserControl
<mobile:MobileUserControl />
This class inherits from the UserControl class. User controls are instantiated and cached in ways similar to Page objects. ASP.NET mobile user controls must be contained in a mobile page in order to be rendered.
System::Object
System.Web.UI::Control
System.Web.UI::TemplateControl
System.Web.UI::UserControl
System.Web.UI.MobileControls::MobileUserControl
System.Web.UI::Control
System.Web.UI::TemplateControl
System.Web.UI::UserControl
System.Web.UI.MobileControls::MobileUserControl
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.
Show: