DirectiveAttribute.AllowedOnMobilePages 属性
定义
获取或设置指定移动页面上是否允许属性的指令属性。Gets or sets an attribute of a directive that specifies whether the attribute is allowed on mobile pages.
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。true if the attribute is allowed on mobile pages; otherwise, false.