Udostępnij za pośrednictwem


MobileControlsSection.AllowCustomAttributes Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy strony mogą mieć atrybuty niestandardowe. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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

Wartość właściwości

true jeśli strony mogą mieć atrybuty niestandardowe; w przeciwnym razie , false.

Atrybuty

Dotyczy

Zobacz też