共用方式為


HttpRequestMessage.RequestUri 屬性

定義

取得或設定 Uri HTTP 請求的 used 值。

public:
 property Uri ^ RequestUri { Uri ^ get(); void set(Uri ^ value); };
public Uri RequestUri { get; set; }
public Uri? RequestUri { get; set; }
member this.RequestUri : Uri with get, set
Public Property RequestUri As Uri

屬性值

Uri

用於 Uri HTTP 請求。

備註

若請求Uri為相對 URI,則會與 合併。BaseAddress

適用於