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

适用于