Sdílet prostřednictvím


MobileControlsSection.AllowCustomAttributes Vlastnost

Definice

Získá nebo nastaví hodnotu, která označuje, zda stránky mohou mít vlastní atributy. Toto rozhraní API je zastaralé. Informace o vývoji ASP.NET mobilních aplikací najdete v tématu Mobilní aplikace & Weby s 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

Hodnota vlastnosti

truepokud stránky mohou mít vlastní atributy; v opačném případě . false

Atributy

Platí pro

Viz také