HttpWebRequestMessage.Url 屬性
傳回要求 URL。
命名空間: System.Data.Services.Client
組件: Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)
語法
'宣告
Public Property Url As Uri
Get
Set
'用途
Dim instance As HttpWebRequestMessage
Dim value As Uri
value = instance.Url
instance.Url = value
public Uri Url { get; set; }
public:
virtual property Uri^ Url {
Uri^ get () sealed;
void set (Uri^ value) sealed;
}
abstract Url : Uri with get, set
override Url : Uri with get, set
final function get Url () : Uri
final function set Url (value : Uri)
屬性值
型別:System.Uri