PagesSection.IgnoreDeviceFilters Egenskap

Definition

Hämtar samlingen med enhetstaggar som ASP.NET ska ignorera när en sida återges.

public:
 property System::Web::Configuration::IgnoreDeviceFilterElementCollection ^ IgnoreDeviceFilters { System::Web::Configuration::IgnoreDeviceFilterElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("ignoreDeviceFilters")]
public System.Web.Configuration.IgnoreDeviceFilterElementCollection IgnoreDeviceFilters { get; }
[<System.Configuration.ConfigurationProperty("ignoreDeviceFilters")>]
member this.IgnoreDeviceFilters : System.Web.Configuration.IgnoreDeviceFilterElementCollection
Public ReadOnly Property IgnoreDeviceFilters As IgnoreDeviceFilterElementCollection

Egenskapsvärde

Samlingen med enhetstaggar som ASP.NET bör ignorera.

Attribut

Kommentarer

Enhetstaggar som ska ignoreras anges som HTML-namnområdesprefix som ska skickas som de är till webbläsaren i stället för att bearbetas av ASP.NET. Ett exempel är prefixet sys som används för Microsoft Ajax-element.

Gäller för

Se även