C# Класс Microsoft.Web.Administration.WebConfigurationManager

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetSection() публичный статический Метод

public static GetSection ( HttpContext context, string sectionPath ) : ConfigurationSection
context System.Web.HttpContext
sectionPath string
Результат ConfigurationSection

GetSection() публичный статический Метод

public static GetSection ( HttpContext context, string sectionPath, Type sectionType ) : ConfigurationSection
context System.Web.HttpContext
sectionPath string
sectionType System.Type
Результат ConfigurationSection

GetSection() публичный статический Метод

public static GetSection ( string sectionPath ) : ConfigurationSection
sectionPath string
Результат ConfigurationSection

GetSection() публичный статический Метод

public static GetSection ( string siteName, string virtualPath, string sectionPath ) : ConfigurationSection
siteName string
virtualPath string
sectionPath string
Результат ConfigurationSection

GetSection() публичный статический Метод

public static GetSection ( string siteName, string virtualPath, string sectionPath, Type sectionType ) : ConfigurationSection
siteName string
virtualPath string
sectionPath string
sectionType System.Type
Результат ConfigurationSection