[]
Returns a collection of configuration section values.
public object Create(object parent, object configContext, XmlNode section)
Public Function Create(parent As Object, configContext As Object, section As XmlNode) As Object
Type | Name | Description |
---|---|---|
object | parent | The configuration settings in a corresponding parent configuration section. |
object | configContext | An HttpConfigurationContext when called from the ASP.NET configuration system. Otherwise, this parameter is reserved and is a null reference. |
XmlNode | section | An XmlNode that contains configuration information from the configuration file. Provides direct access to the XML contents of the configuration section. |
Type | Description |
---|---|
object | A Hashtable containing configuration section directives. |