HttpContext.GetAppConfig メソッド
メモ : このメソッドは,互換性のために残されています。
現在のアプリケーションに対して要求された構成情報を返します。
名前空間: System.Web
アセンブリ: System.Web (system.web.dll 内)
構文
'宣言
<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
'使用
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
適用できません。
パラメータ
- name
情報が要求されたアプリケーションの構成タグ。
戻り値
構成情報を格納するオブジェクト。返された構成セクションは、適切な構成型にキャストしてから使用してください。
解説
GetAppConfig メソッドは不適切です。現在のアプリケーションの構成情報を取得するには、WebConfigurationManager クラスの GetWebApplicationSection メソッドを使用してください。
プラットフォーム
Windows 98,Windows Server 2000 SP4,Windows CE,Windows Millennium Edition,Windows Mobile for Pocket PC,Windows Mobile for Smartphone,Windows Server 2003,Windows XP Media Center Edition,Windows XP Professional x64 Edition,Windows XP SP2,Windows XP Starter Edition
Microsoft .NET Framework 3.0 は Windows Vista,Microsoft Windows XP SP2,および Windows Server 2003 SP1 でサポートされています。
バージョン情報
.NET Framework
サポート対象 : 1.0,1.1,2.0
3.0 では,互換性のために残されています (コンパイル時に警告)
参照
関連項目
HttpContext クラス
HttpContext メンバ
System.Web 名前空間
WebConfigurationManager