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

<ObsoleteAttribute("The recommended alternative is System.Web.HttpContext.GetSection in System.Web.dll. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Function GetConfig ( _ name As String _ ) As Object
Dim instance As HttpContext Dim name As String Dim returnValue As Object returnValue = instance.GetConfig(name)
[ObsoleteAttribute("The recommended alternative is System.Web.HttpContext.GetSection in System.Web.dll. http://go.microsoft.com/fwlink/?linkid=14202")] public Object GetConfig ( string name )
[ObsoleteAttribute(L"The recommended alternative is System.Web.HttpContext.GetSection in System.Web.dll. http://go.microsoft.com/fwlink/?linkid=14202")] public: Object^ GetConfig ( String^ name )
/** @attribute ObsoleteAttribute("The recommended alternative is System.Web.HttpContext.GetSection in System.Web.dll. http://go.microsoft.com/fwlink/?linkid=14202") */ public Object GetConfig ( String name )
ObsoleteAttribute("The recommended alternative is System.Web.HttpContext.GetSection in System.Web.dll. http://go.microsoft.com/fwlink/?linkid=14202") public function GetConfig ( name : String ) : Object
戻り値
指定した ConfigurationSection。このセクションが存在しない場合は null 参照 (Visual Basic の場合は Nothing)。このセクションに実行時にアクセスできない場合は内部オブジェクト。返されたオブジェクトは、適切な構成型にキャストしてから使用してください。


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.GetConfig メソッドを検索する場合は、下記のリンクをクリックしてください。

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