다음을 통해 공유


AspNetWebSocketContext.PathInfo 속성

정의

URL 확장이 있는 리소스에 대한 추가 경로 정보를 가져옵니다.

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

속성 값

String

리소스를 위한 추가 경로 정보가 있는 문자열입니다.

예외

속성이 구현되지 않습니다.

설명

URL에 대 한 가상 경로의 예로 http://www.contoso.com/virdir/page.html/tail,이 속성의 값은 /tail합니다.

적용 대상