Property | Type | Description | |
---|---|---|---|
ParametersSection | System |
Method | Description | |
---|---|---|
GetSection ( ) : |
Gets the configuration section using the default element name. If an HttpContext exists, uses the WebConfigurationManager to get the configuration section from web.config. |
|
GetSection ( string definedName ) : |
Gets the configuration section using the specified element name. If an HttpContext exists, uses the WebConfigurationManager to get the configuration section from web.config. |
Method | Description | |
---|---|---|
ParametersSection ( ) : System |
public static GetSection ( ) : |
||
return |
public static GetSection ( string definedName ) : |
||
definedName | string | |
return |