HttpCapabilitiesSectionHandler.Create Method (Object, Object, XmlNode)
.NET Framework (current version)
Creates an instance of the HttpBrowserCapabilities class that contains the capabilities information for the client browser.
Assembly: System.Web (in System.Web.dll)
Public Function Create ( parent As Object, configurationContext As Object, section As XmlNode ) As Object
Parameters
- parent
-
Type:
System.Object
The parent configuration node.
- configurationContext
-
Type:
System.Object
The configuration context of the current configuration file.
- section
-
Type:
System.Xml.XmlNode
The section of the configuration file that contains the information.
Return Value
Type: System.ObjectAn instance of HttpBrowserCapabilities that contains the capabilities information for the client browser.
This class derives its browser definition data from the <browserCaps> configuration section. This section is deprecated in the .NET Framework version 2.0.
.NET Framework
Available since 2.0
Available since 2.0
Show: