HttpContext.GetSection(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前應用程式預設組態的指定組態區段。
public:
System::Object ^ GetSection(System::String ^ sectionName);
public object GetSection (string sectionName);
member this.GetSection : string -> obj
Public Function GetSection (sectionName As String) As Object
參數
- sectionName
- String
組態區段路徑 (XPath 格式) 和組態項目名稱。
傳回
指定的 ConfigurationSection;如果區段不存在,則為 null
;如果在執行階段無法存取區段,則為內部物件。