HttpContextWrapper.GetSection(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前應用程式之預設組態的指定組態區段。
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
。