MobileDeviceCapabilitiesSectionHandler Class
.NET Framework 3.0
NOTE: This class is now obsolete.
Reads the deviceFilters Element (ASP.NET Settings Schema) section of a configuration file that specifies the set of device filters for use with ASP.NET mobile controls. Namespace: System.Web.MobileAssembly: System.Web.Mobile (in system.web.mobile.dll)
[ObsoleteAttribute(L"This class has been deprecated. Please use the System.Web.Mobile.DeviceFiltersSection class instead. http://go.microsoft.com/fwlink/?linkid=14202")] public ref class MobileDeviceCapabilitiesSectionHandler : IConfigurationSectionHandler
/** @attribute ObsoleteAttribute("This class has been deprecated. Please use the System.Web.Mobile.DeviceFiltersSection class instead. http://go.microsoft.com/fwlink/?linkid=14202") */
public class MobileDeviceCapabilitiesSectionHandler implements IConfigurationSectionHandler
ObsoleteAttribute("This class has been deprecated. Please use the System.Web.Mobile.DeviceFiltersSection class instead. http://go.microsoft.com/fwlink/?linkid=14202") public class MobileDeviceCapabilitiesSectionHandler implements IConfigurationSectionHandler
Not applicable.
Notes to Inheritors:
Instances of classes that inherit the MobileDeviceCapabilitiesSectionHandler class must be thread safe and stateless. The Create method must be callable from multiple threads simultaneously. See IConfigurationSectionHandler for more information about inheriting.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: