次の方法で共有


HttpContextWrapper.GetSection(String) メソッド

定義

現在のアプリケーションの既定構成の指定した構成セクションを取得します。

public:
 override System::Object ^ GetSection(System::String ^ sectionName);
public override object GetSection (string sectionName);
override this.GetSection : string -> obj
Public Overrides Function GetSection (sectionName As String) As Object

パラメーター

sectionName
String

構成セクション パス (XPath 形式) および構成要素名。

戻り値

指定したセクション。セクションが存在しない場合は null

適用対象