Implemented by all configuration section handlers to parse the XML of the configuration section.
The returned object is added to the configuration collection and is accessed by GetConfig.
[Visual Basic] Function Create( _ ByVal parent As Object, _ ByVal configContext As Object, _ ByVal section As XmlNode _ ) As Object Implements _ IConfigurationSectionHandler.Create
The configuration settings in a corresponding parent configuration section.
configContext
An HttpConfigurationContext when Create is called from the ASP.NET configuration system. Otherwise, this parameter is reserved and is a null reference (Nothing in Visual Basic).
section
The XmlNode that contains the configuration information from the configuration file. Provides direct access to the XML contents of the configuration section.