Свойство | Type | Description | |
---|---|---|---|
AddSectionToCache | void | ||
ConfigurationSaveHandler | void | ||
FindWebConfig | string | ||
FindWebConfig | string | ||
GetCurrentPath | string | ||
GetParentDir | string | ||
GetSection | object | ||
Init | void | ||
LookUpLocation | bool | ||
MapPath | string | ||
OpenMachineConfiguration | |||
OpenMachineConfiguration | |||
OpenMachineConfiguration | |||
OpenMachineConfiguration | |||
OpenWebConfiguration | |||
ReenableWatcherOnConfigLocation | void | ||
RemoveConfigurationFromCache | void | ||
SafeGetSection | object | ||
SafeGetSection | object | ||
SuppressAppReload | bool | ||
WebConfigurationManager | System |
Méthode | Description | |
---|---|---|
GetSection ( string sectionName ) : object | ||
GetSection ( string sectionName, string path ) : object | ||
GetWebApplicationSection ( string sectionName ) : object | ||
OpenMachineConfiguration ( ) : |
||
OpenMappedMachineConfiguration ( ConfigurationFileMap fileMap ) : |
||
OpenMappedMachineConfiguration ( ConfigurationFileMap fileMap, string locationSubPath ) : |
||
OpenMappedWebConfiguration ( WebConfigurationFileMap fileMap, string path ) : |
||
OpenMappedWebConfiguration ( WebConfigurationFileMap fileMap, string path, string site ) : |
||
OpenMappedWebConfiguration ( WebConfigurationFileMap fileMap, string path, string site, string locationSubPath ) : |
||
OpenWebConfiguration ( string path ) : |
||
OpenWebConfiguration ( string path, string site ) : |
||
OpenWebConfiguration ( string path, string site, string locationSubPath ) : |
||
OpenWebConfiguration ( string path, string site, string locationSubPath, string server ) : |
||
OpenWebConfiguration ( string path, string site, string locationSubPath, string server, IntPtr userToken ) : |
||
OpenWebConfiguration ( string path, string site, string locationSubPath, string server, string userName, string password ) : |
Méthode | Description | |
---|---|---|
AddSectionToCache ( int key, object section ) : void | ||
ConfigurationSaveHandler ( |
||
FindWebConfig ( string path ) : string | ||
FindWebConfig ( string path, bool &inAnotherApp ) : string | ||
GetCurrentPath ( HttpContext ctx ) : string | ||
GetParentDir ( string rootPath, string curPath ) : string | ||
GetSection ( string sectionName, string path, HttpContext context ) : object | ||
Init ( ) : void | ||
LookUpLocation ( string relativePath, |
||
MapPath ( HttpRequest req, string virtualPath ) : string | ||
OpenMachineConfiguration ( string locationSubPath ) : |
||
OpenMachineConfiguration ( string locationSubPath, string server ) : |
||
OpenMachineConfiguration ( string locationSubPath, string server, IntPtr userToken ) : |
||
OpenMachineConfiguration ( string locationSubPath, string server, string userName, string password ) : |
||
OpenWebConfiguration ( string path, string site, string locationSubPath, string server, string userName, string password, bool fweb ) : |
||
ReenableWatcherOnConfigLocation ( object state ) : void | ||
RemoveConfigurationFromCache ( HttpContext ctx ) : void | ||
SafeGetSection ( string sectionName, Type configSectionType ) : object | ||
SafeGetSection ( string sectionName, string path, Type configSectionType ) : object | ||
SuppressAppReload ( bool newValue ) : bool | ||
WebConfigurationManager ( ) : System |
public static GetSection ( string sectionName ) : object | ||
sectionName | string | |
Résultat | object |
public static GetSection ( string sectionName, string path ) : object | ||
sectionName | string | |
path | string | |
Résultat | object |
public static GetWebApplicationSection ( string sectionName ) : object | ||
sectionName | string | |
Résultat | object |
public static OpenMachineConfiguration ( ) : |
||
Résultat |
public static OpenMappedMachineConfiguration ( ConfigurationFileMap fileMap ) : |
||
fileMap | ConfigurationFileMap | |
Résultat |
public static OpenMappedMachineConfiguration ( ConfigurationFileMap fileMap, string locationSubPath ) : |
||
fileMap | ConfigurationFileMap | |
locationSubPath | string | |
Résultat |
public static OpenMappedWebConfiguration ( WebConfigurationFileMap fileMap, string path ) : |
||
fileMap | WebConfigurationFileMap | |
path | string | |
Résultat |
public static OpenMappedWebConfiguration ( WebConfigurationFileMap fileMap, string path, string site ) : |
||
fileMap | WebConfigurationFileMap | |
path | string | |
site | string | |
Résultat |
public static OpenMappedWebConfiguration ( WebConfigurationFileMap fileMap, string path, string site, string locationSubPath ) : |
||
fileMap | WebConfigurationFileMap | |
path | string | |
site | string | |
locationSubPath | string | |
Résultat |
public static OpenWebConfiguration ( string path ) : |
||
path | string | |
Résultat |
public static OpenWebConfiguration ( string path, string site ) : |
||
path | string | |
site | string | |
Résultat |
public static OpenWebConfiguration ( string path, string site, string locationSubPath ) : |
||
path | string | |
site | string | |
locationSubPath | string | |
Résultat |
public static OpenWebConfiguration ( string path, string site, string locationSubPath, string server ) : |
||
path | string | |
site | string | |
locationSubPath | string | |
server | string | |
Résultat |
public static OpenWebConfiguration ( string path, string site, string locationSubPath, string server, IntPtr userToken ) : |
||
path | string | |
site | string | |
locationSubPath | string | |
server | string | |
userToken | IntPtr | |
Résultat |
public static OpenWebConfiguration ( string path, string site, string locationSubPath, string server, string userName, string password ) : |
||
path | string | |
site | string | |
locationSubPath | string | |
server | string | |
userName | string | |
password | string | |
Résultat |