MobileControlsSection.AllowCustomAttributes Egenskap

Definition

Hämtar eller anger ett värde som anger om sidor kan ha anpassade attribut. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med 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

Egenskapsvärde

trueom sidor tillåts ha anpassade attribut; annars . false

Attribut

Gäller för

Se även