Aracılığıyla paylaş


MobileControlsSection.AllowCustomAttributes Özellik

Tanım

Sayfaların özel özniteliklere sahip olup olmadığını gösteren bir değer alır veya ayarlar. Bu, API artık kullanılmıyor. ASP.NET mobil uygulama geliştirme hakkında bilgi için bkz. ASP.NET ile Mobile Apps & Siteleri.

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

Özellik Değeri

true sayfaların özel özniteliklere sahip olması izin veriliyorsa; aksi takdirde , false.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.