다음을 통해 공유


Request.CurrentModule 속성

정의

현재 요청이 실행 중인 모듈의 이름을 가져옵니다.

public:
 property System::String ^ CurrentModule { System::String ^ get(); };
public string CurrentModule { get; }
member this.CurrentModule : string
Public ReadOnly Property CurrentModule As String

속성 값

현재 요청이 실행 중인 모듈의 이름입니다.

적용 대상