Microsoft.Web.Administration.WebConfigurationManager.GetSection C# (CSharp) Method

GetSection() public static method

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

Same methods

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