XhtmlPageAdapter::Page Property

 

Gets or sets the page to which the adapter is attached. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls.Adapters.XhtmlAdapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public:
property MobilePage^ Page {
	virtual MobilePage^ get() override;
	virtual void set(MobilePage^ value) override;
}

.NET Framework
Available since 2.0

Page
XhtmlPageAdapter Class
System.Web.UI.MobileControls.Adapters.XhtmlAdapters Namespace
ASP.NET Mobile Web Forms and ASP.NET Compatibility
Architectural Overview of Adaptive Control Behavior
Adapter Sets Functionality
Control and Adapter Interaction

Return to top
Show: