Bagikan melalui


MobileControlsSection.AllowCustomAttributes Properti

Definisi

Mendapatkan atau menetapkan nilai yang menunjukkan apakah halaman dapat memiliki atribut kustom. API ini kedaluarsa. Untuk informasi tentang cara mengembangkan aplikasi seluler ASP.NET, lihat Situs & Mobile Apps dengan 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

Nilai Properti

true jika halaman diizinkan untuk memiliki atribut kustom; jika tidak, false.

Atribut

Berlaku untuk

Lihat juga