Url.AbsoluteUrl 属性

定义

获取字符串形式的绝对 URL。

public:
 property System::String ^ AbsoluteUrl { System::String ^ get(); };
public:
 property Platform::String ^ AbsoluteUrl { Platform::String ^ get(); };
public string AbsoluteUrl { get; }
member this.AbsoluteUrl : string
Public ReadOnly Property AbsoluteUrl As String

属性值

String

绝对 URL 的字符串值。

适用于