HtmlPageAdapter 构造函数
定义
初始化 HtmlPageAdapter 类的实例。Initializes an instance of the HtmlPageAdapter class. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
重载
HtmlPageAdapter() |
初始化 HtmlPageAdapter 类的实例。Initializes an instance of the HtmlPageAdapter class. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
HtmlPageAdapter(Int32) |
初始化 HtmlPageAdapter 类的实例。Initializes an instance of the HtmlPageAdapter class. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
HtmlPageAdapter()
初始化 HtmlPageAdapter 类的实例。Initializes an instance of the HtmlPageAdapter class. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
HtmlPageAdapter();
public HtmlPageAdapter ();
Public Sub New ()
注解
适配器通常由 ASP.NET 自动构造,并且必须具有无参数的构造函数。Adapters are usually constructed automatically by ASP.NET and must have a parameterless constructor.
适用于
HtmlPageAdapter(Int32)
初始化 HtmlPageAdapter 类的实例。Initializes an instance of the HtmlPageAdapter class. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。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)
参数
- defaultPageWeight
- Int32
要用作默认页面权重的值。Value to be used as the default page weight.