ChtmlCalendarAdapter.RequiresFormTag 속성

정의

어댑터가 폼 제출을 위한 <Form> 태그가 필요한 태그를 생성하는지 여부를 나타내는 값을 가져옵니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 Mobile Apps & Sites with ASP.NET(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어댑터에서 폼 제출을 위한 < 폼 > 태그가 필요한 태그를 생성 하면이 고, 그렇지 않으면 false 입니다.

적용 대상

추가 정보