共用方式為


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。

適用於