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
。