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 형식)와 구성 요소 이름입니다.

반환

Object

지정된 섹션이거나, 섹션이 없으면 null 입니다.

적용 대상