DirectiveAttribute.AllowedOnMobilePages 속성

정의

모바일 페이지에서 특성이 허용되는지 여부를 지정하는 지시문의 특성을 가져오거나 설정합니다.

public:
 property bool AllowedOnMobilePages { bool get(); void set(bool value); };
public bool AllowedOnMobilePages { get; set; }
member this.AllowedOnMobilePages : bool with get, set
Public Property AllowedOnMobilePages As Boolean

속성 값

true모바일 페이지에서 특성이 허용되는 경우 그렇지 않으면 . false

적용 대상