共用方式為


HttpContext.GetSection(String) 方法

定義

取得目前應用程式預設組態的指定組態區段。

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 格式) 和組態項目名稱。

傳回

Object

指定的 ConfigurationSection;如果區段不存在,則為 null;如果在執行階段無法存取區段,則為內部物件。

適用於

另請參閱