Class WebViewHttpAuthRequestedEventArgs

Definition

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

Event arguments that passed via the WebView.HttpAuthRequested.

C#
Copy
public class WebViewHttpAuthRequestedEventArgs : EventArgs
Inheritance
WebViewHttpAuthRequestedEventArgs

Properties

View Source

HttpAuthHandler

The http auth handler of web view.

Declaration
C#
Copy
public WebHttpAuthHandler HttpAuthHandler { get; }
Property Value
Type Description
WebHttpAuthHandler

Extension Methods