Class WebViewUrlChangedEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Event arguments that passed via the WebView.UrlChanged.

C#
Copy
public class WebViewUrlChangedEventArgs : EventArgs
Inheritance
WebViewUrlChangedEventArgs

Properties

View Source

NewPageUrl

The URL of new web page.

Declaration
C#
Copy
public string NewPageUrl { get; }
Property Value
Type Description
String

Extension Methods