MobileDeviceCapabilitiesSectionHandler Class

Definition

Caution

This class has been deprecated. Please use the System.Web.Mobile.DeviceFiltersSection class instead. http://go.microsoft.com/fwlink/?linkid=14202

Caution

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

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. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public ref class MobileDeviceCapabilitiesSectionHandler : System::Configuration::IConfigurationSectionHandler
public class MobileDeviceCapabilitiesSectionHandler : System.Configuration.IConfigurationSectionHandler
[System.Obsolete("This class has been deprecated.  Please use the System.Web.Mobile.DeviceFiltersSection class instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public class MobileDeviceCapabilitiesSectionHandler : System.Configuration.IConfigurationSectionHandler
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public class MobileDeviceCapabilitiesSectionHandler : System.Configuration.IConfigurationSectionHandler
type MobileDeviceCapabilitiesSectionHandler = class
    interface IConfigurationSectionHandler
[<System.Obsolete("This class has been deprecated.  Please use the System.Web.Mobile.DeviceFiltersSection class instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
type MobileDeviceCapabilitiesSectionHandler = class
    interface IConfigurationSectionHandler
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type MobileDeviceCapabilitiesSectionHandler = class
    interface IConfigurationSectionHandler
Public Class MobileDeviceCapabilitiesSectionHandler
Implements IConfigurationSectionHandler
Inheritance
MobileDeviceCapabilitiesSectionHandler
Attributes
Implements

Notes to Inheritors

Instances of classes that inherit the MobileDeviceCapabilitiesSectionHandler class must be thread safe and stateless. The Create(Object, Object, XmlNode) method must be callable from multiple threads simultaneously. See IConfigurationSectionHandler for more information about inheriting.

Constructors

MobileDeviceCapabilitiesSectionHandler()

Initializes a new instance of the MobileDeviceCapabilitiesSectionHandler class. This method supports the .NET Framework infrastructure. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Methods

Create(Object, Object, XmlNode)

Creates a dictionary of the device filter information contained in the XmlNode specified by the node parameter. If the object referenced by the parent property is not null, then dictionary entries are appended to the parent dictionary. This method supports the .NET Framework infrastructure. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IConfigurationSectionHandler.Create(Object, Object, XmlNode)

Creates a dictionary of the device filter information contained in the XmlNode specified by the node parameter. If the object referenced by the parent property is not null, then dictionary entries are appended to the parent dictionary. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Applies to

See also