PagesSection.IgnoreDeviceFilters Propriedade
Definição
Obtém a coleção de marcas de dispositivo que o ASP.NET deve ignorar ao renderizar uma página.Gets the collection of device tags that ASP.NET should ignore when it renders a page.
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
Valor da propriedade
A coleção de marcas de dispositivo que ASP.NET deve ignorar.The collection of device tags that ASP.NET should ignore.
- Atributos
Comentários
As marcas de dispositivo a serem ignoradas são especificadas como prefixos de namespace HTML que devem ser passados como são para o navegador, em vez de serem processados pelo ASP.NET.Device tags to ignore are specified as HTML namespace prefixes that should be passed as they are to the browser instead of being processed by ASP.NET. Um exemplo é o sys prefixo usado para elementos do Microsoft Ajax.An example is the sys prefix that is used for Microsoft Ajax elements.