C# Class Microsoft.Web.Administration.WebConfigurationManager

Show file Open project: jexuswebserver/Microsoft.Web.Administration

Public Methods

Method Description
GetSection ( HttpContext context, string sectionPath ) : ConfigurationSection
GetSection ( HttpContext context, string sectionPath, Type sectionType ) : ConfigurationSection
GetSection ( string sectionPath ) : ConfigurationSection
GetSection ( string siteName, string virtualPath, string sectionPath ) : ConfigurationSection
GetSection ( string siteName, string virtualPath, string sectionPath, Type sectionType ) : ConfigurationSection

Method Details

GetSection() public static method

public static GetSection ( HttpContext context, string sectionPath ) : ConfigurationSection
context System.Web.HttpContext
sectionPath string
return ConfigurationSection

GetSection() public static method

public static GetSection ( HttpContext context, string sectionPath, Type sectionType ) : ConfigurationSection
context System.Web.HttpContext
sectionPath string
sectionType System.Type
return ConfigurationSection

GetSection() public static method

public static GetSection ( string sectionPath ) : ConfigurationSection
sectionPath string
return ConfigurationSection

GetSection() public static method

public static GetSection ( string siteName, string virtualPath, string sectionPath ) : ConfigurationSection
siteName string
virtualPath string
sectionPath string
return ConfigurationSection

GetSection() public static method

public static GetSection ( string siteName, string virtualPath, string sectionPath, Type sectionType ) : ConfigurationSection
siteName string
virtualPath string
sectionPath string
sectionType System.Type
return ConfigurationSection