HttpContext.GetAppConfig メソッド
アセンブリ: System.Web (system.web.dll 内)

<ObsoleteAttribute("The recommended alternative is System.Web.Configuration.WebConfigurationManager.GetWebApplicationSection in System.Web.dll. http://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. http://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. http://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. http://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. http://go.microsoft.com/fwlink/?linkid=14202") public static function GetAppConfig ( name : String ) : Object
戻り値
構成情報を格納するオブジェクト。返された構成セクションは、適切な構成型にキャストしてから使用してください。

GetAppConfig メソッドは不適切です。現在のアプリケーションの構成情報を取得するには、WebConfigurationManager クラスの GetWebApplicationSection メソッドを使用してください。

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からHttpContext.GetAppConfig メソッドを検索する場合は、下記のリンクをクリックしてください。

- HttpContext.GetAppConfig メソッドのページへのリンク