Share via


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

適用対象