PagesSection.IgnoreDeviceFilters Property
.NET Framework (current version)
Gets the collection of device tags that ASP.NET should ignore when it renders a page.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("ignoreDeviceFilters")> Public ReadOnly Property IgnoreDeviceFilters As IgnoreDeviceFilterElementCollection
Property Value
Type: System.Web.Configuration.IgnoreDeviceFilterElementCollectionThe collection of device tags that ASP.NET should ignore.
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. An example is the sys prefix that is used for Microsoft Ajax elements.
.NET Framework
Available since 4.0
Available since 4.0
Show: