HttpContext.GetConfig メソッド
メモ : このメソッドは,互換性のために残されています。
現在の HTTP 要求に対して要求された構成情報を返します。
名前空間: System.Web
アセンブリ: System.Web (system.web.dll 内)
構文
'宣言
<ObsoleteAttribute("The recommended alternative is System.Web.HttpContext.GetSection in System.Web.dll. https://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. https://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. https://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. https://go.microsoft.com/fwlink/?linkid=14202") */
public Object GetConfig (
String name
)
ObsoleteAttribute("The recommended alternative is System.Web.HttpContext.GetSection in System.Web.dll. https://go.microsoft.com/fwlink/?linkid=14202")
public function GetConfig (
name : String
) : Object
適用できません。
パラメータ
- name
情報が要求された構成タグ。
戻り値
指定した ConfigurationSection。このセクションが存在しない場合は null 参照 (Visual Basic の場合は Nothing)。このセクションに実行時にアクセスできない場合は内部オブジェクト。返されたオブジェクトは、適切な構成型にキャストしてから使用してください。
解説
GetConfig メソッドは不適切です。現在の HTTP 要求の構成情報を取得するには、GetSection メソッドを使用してください。
プラットフォーム
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 では,互換性のために残されています (コンパイル時に警告)