HtmlPageAdapter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes an instance of the HtmlPageAdapter class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
Overloads
HtmlPageAdapter() |
Initializes an instance of the HtmlPageAdapter class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
HtmlPageAdapter(Int32) |
Initializes an instance of the HtmlPageAdapter class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
HtmlPageAdapter()
Initializes an instance of the HtmlPageAdapter class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
HtmlPageAdapter();
public HtmlPageAdapter ();
Public Sub New ()
Remarks
Adapters are usually constructed automatically by ASP.NET and must have a parameterless constructor.
See also
Applies to
HtmlPageAdapter(Int32)
Initializes an instance of the HtmlPageAdapter class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
protected public:
HtmlPageAdapter(int defaultPageWeight);
protected internal HtmlPageAdapter (int defaultPageWeight);
new System.Web.UI.MobileControls.Adapters.HtmlPageAdapter : int -> System.Web.UI.MobileControls.Adapters.HtmlPageAdapter
Protected Friend Sub New (defaultPageWeight As Integer)
Parameters
- defaultPageWeight
- Int32
Value to be used as the default page weight.