HtmlValidatorAdapter.Control 属性

定义

返回一个对关联控件的强类型引用。Returns a strongly typed reference to the associated control. 此 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:
 property System::Web::UI::MobileControls::BaseValidator ^ Control { System::Web::UI::MobileControls::BaseValidator ^ get(); };
protected System.Web.UI.MobileControls.BaseValidator Control { get; }
member this.Control : System.Web.UI.MobileControls.BaseValidator
Protected ReadOnly Property Control As BaseValidator

属性值

BaseValidator

一个对关联控件的强类型引用。A strongly typed reference to the associated control.

适用于