共用方式為


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

適用於