Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the URL to navigate to.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As BrowserExtendedNavigatingEventArgs
Dim value As String
value = instance.Url
instance.Url = value
Syntax
'Declaration
Public Property Url As String
public string Url { get; set; }
public:
property String^ Url {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Url ()
/** @property */
public void set_Url (String value)
public function get Url () : String
public function set Url (value : String)
Property Value
Type: String
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
BrowserExtendedNavigatingEventArgs Class
BrowserExtendedNavigatingEventArgs Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.