Share via


MobileUserControl Class

Provides the base class for ASP.NET mobile user controls.

public class System.Web.UI.MobileControls.MobileUserControl : 
   System.Web.UI.UserControl

Remarks

This class inherits from the System.Web.UI.UserControl class. Create instances of user controls and cache them in ways similar to Page objects. ASP.NET mobile user controls must be contained in a mobile page to be rendered.

Requirements

Namespace: System.Web.UI.MobileControls.Adapters

Assembly: System.Web.Mobile

See Also

Adapter Sets Functionality | UserControl Class (Web Forms)