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

适用于