HttpCapabilitiesSectionHandler.Create(Object, Object, XmlNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of the HttpBrowserCapabilities class that contains the capabilities information for the client browser.
public:
virtual System::Object ^ Create(System::Object ^ parent, System::Object ^ configurationContext, System::Xml::XmlNode ^ section);
public object Create (object parent, object configurationContext, System.Xml.XmlNode section);
abstract member Create : obj * obj * System.Xml.XmlNode -> obj
override this.Create : obj * obj * System.Xml.XmlNode -> obj
Public Function Create (parent As Object, configurationContext As Object, section As XmlNode) As Object
Parameters
- parent
- Object
The parent configuration node.
- configurationContext
- Object
The configuration context of the current configuration file.
- section
- XmlNode
The section of the configuration file that contains the information.
Returns
An instance of HttpBrowserCapabilities that contains the capabilities information for the client browser.
Implements
Remarks
This class derives its browser definition data from the <browserCaps>
configuration section. This section is deprecated in the .NET Framework version 2.0.