MobileControlsSection.AllowCustomAttributes Свойство

Определение

Возвращает или задает значение, указывающее, могут ли страницы иметь настраиваемые атрибуты. Этот API устарел. Сведения о разработке мобильных приложений ASP.NET см. в разделе Mobile Apps & Сайты с 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

Значение свойства

true Значение , если страницы могут иметь настраиваемые атрибуты; falseв противном случае .

Атрибуты

Применяется к

См. также раздел