NavigateComplete2EventArgs.URL 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 or sets the URL.
public:
property System::Object ^ URL { System::Object ^ get(); void set(System::Object ^ value); };
public object URL { get; set; }
member this.URL : obj with get, set
Public Property URL As Object
Property Value
Remarks
Note that this URL can be different from the URL that the browser was told to navigate to. One reason is that this URL is the canonicalized and qualified URL; for example, if an application specified a URL of "www.microsoft.com" in a call to the Navigate or Navigate2 method, the URL passed by Navigate2 will be "http://www.microsoft.com/". Also, if the server has redirected the browser to a different URL, the redirected URL will be reflected here.