ChtmlCalendarAdapter.RequiresFormTag 属性

定义

获取一个值,该值指示适配器是否生成提交表单时需要 <Form> 标记的标记。Gets a value indicating whether the adapter generates markup that requires <Form> tags for form submission. 此 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:
 virtual property bool RequiresFormTag { bool get(); };
public override bool RequiresFormTag { get; }
member this.RequiresFormTag : bool
Public Overrides ReadOnly Property RequiresFormTag As Boolean

属性值

Boolean

true如果适配器生成需要 < > 窗 体标记以提交窗体的标记,则为; 否则为 falsetrue if the adapter generates markup that requires <Form> tags for form submission; otherwise, false.

适用于

另请参阅