Share via


MobileControlsSection.AllowCustomAttributes プロパティ

定義

ページにカスタム属性を割り当てることができるかどうかを示す値を取得または設定します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with 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

プロパティ値

ページにカスタム属性を割り当てることができる場合は true。それ以外の場合は false

属性

適用対象

こちらもご覧ください