Url.AbsoluteUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the absolute URL as a string.
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
Property Value
The string value of the absolute URL.