Share via


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

適用於