HttpContext.GetAppConfig-Methode
HINWEIS: Diese Methode ist mittlerweile veraltet.
Gibt die angeforderten Konfigurationsinformationen für die aktuelle Anwendung zurück.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Syntax
'Declaration
<ObsoleteAttribute("The recommended alternative is System.Web.Configuration.WebConfigurationManager.GetWebApplicationSection in System.Web.dll. https://go.microsoft.com/fwlink/?linkid=14202")> _
Public Shared Function GetAppConfig ( _
name As String _
) As Object
'Usage
Dim name As String
Dim returnValue As Object
returnValue = HttpContext.GetAppConfig(name)
[ObsoleteAttribute("The recommended alternative is System.Web.Configuration.WebConfigurationManager.GetWebApplicationSection in System.Web.dll. https://go.microsoft.com/fwlink/?linkid=14202")]
public static Object GetAppConfig (
string name
)
[ObsoleteAttribute(L"The recommended alternative is System.Web.Configuration.WebConfigurationManager.GetWebApplicationSection in System.Web.dll. https://go.microsoft.com/fwlink/?linkid=14202")]
public:
static Object^ GetAppConfig (
String^ name
)
/** @attribute ObsoleteAttribute("The recommended alternative is System.Web.Configuration.WebConfigurationManager.GetWebApplicationSection in System.Web.dll. https://go.microsoft.com/fwlink/?linkid=14202") */
public static Object GetAppConfig (
String name
)
ObsoleteAttribute("The recommended alternative is System.Web.Configuration.WebConfigurationManager.GetWebApplicationSection in System.Web.dll. https://go.microsoft.com/fwlink/?linkid=14202")
public static function GetAppConfig (
name : String
) : Object
Parameter
- name
Das Konfigurationstag der Anwendung, für das Informationen angefordert werden.
Rückgabewert
Ein Objekt, das Konfigurationsinformationen enthält. Wandeln Sie den zurückgegebenen Konfigurationsabschnitt vor der Verwendung in den zutreffenden Konfigurationstyp um.
Hinweise
Die GetAppConfig-Methode ist veraltet. Rufen Sie die Konfigurationsinformationen für die aktuelle Anwendung mit der GetWebApplicationSection-Methode der WebConfigurationManager-Klasse ab.
Plattformen
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 1.0, 1.1
Veraltet (Compilerwarnung) in 2.0
Siehe auch
Referenz
HttpContext-Klasse
HttpContext-Member
System.Web-Namespace
WebConfigurationManager