다음을 통해 공유


ProcessRequestArgs.RequestUri 속성

정의

처리할 HTTP 요청의 URI를 가져옵니다.

public:
 property Uri ^ RequestUri { Uri ^ get(); };
public Uri RequestUri { get; }
member this.RequestUri : Uri
Public ReadOnly Property RequestUri As Uri

속성 값

Uri

처리할 요청의 URI를 포함하는 Uri입니다.

적용 대상