NavigateComplete2EventArgs.URL Property
Gets or sets the URL.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As NavigateComplete2EventArgs
Dim value As Object
value = instance.URL
instance.URL = value
Syntax
'Declaration
Public Property URL As Object
public Object URL { get; set; }
public:
property Object^ URL {
Object^ get ();
void set (Object^ value);
}
/** @property */
public Object get_URL ()
/** @property */
public void set_URL (Object value)
public function get URL () : Object
public function set URL (value : Object)
Property Value
Type: Object
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 "https://www.microsoft.com/". Also, if the server has redirected the browser to a different URL, the redirected URL will be reflected here.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
NavigateComplete2EventArgs Class
NavigateComplete2EventArgs Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.