MobileDeviceCapabilitiesSectionHandler.Create Method (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 the www.asp.net/mobile Web site.

Namespace:   System.Web.Mobile
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

member Create : 
        parent:Object *
        context:Object *
        node:XmlNode -> Object

Parameters

parent
Type: System.Object

The parent node in the configuration file, or null (Nothing in Visual Basic) if creating the parent node.

context
Type: System.Object

An HttpConfigurationContext object.

node
Type: System.Xml.XmlNode

The node to be created.

Return Value

Type: System.Object

A dictionary of the device filter information contained in the specified node.

Exception Condition
ConfigurationErrorsException

Required attributes are not present or empty, or the type attribute refers to a non-existent Type.

.NET Framework
Available since 2.0
Return to top
Show: