다음을 통해 공유


HttpWorkerRequest.GetPathInfo 메서드

정의

URL 확장이 있는 리소스에 대한 추가 경로 정보를 반환합니다. 즉, 경로 /virdir/page.html/tail에 대한 GetPathInfo 값은 /tail입니다.

public:
 virtual System::String ^ GetPathInfo();
public virtual string GetPathInfo ();
abstract member GetPathInfo : unit -> string
override this.GetPathInfo : unit -> string
Public Overridable Function GetPathInfo () As String

반환

String

리소스에 대한 추가 경로 정보입니다.

적용 대상