MobileControlsSection.AllowCustomAttributes 속성

정의

페이지에 사용자 지정 특성이 있을 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 property bool AllowCustomAttributes { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("allowCustomAttributes", DefaultValue=false)]
public bool AllowCustomAttributes { get; set; }
[<System.Configuration.ConfigurationProperty("allowCustomAttributes", DefaultValue=false)>]
member this.AllowCustomAttributes : bool with get, set
Public Property AllowCustomAttributes As Boolean

속성 값

페이지에 사용자 지정 특성이 허용되면

특성

적용 대상

추가 정보