Share via


WebViewControlScriptNotifyEventArgs.Value Property

Definition

Gets the string value passed to the app.

public:
 property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
public string Value { get; }
var string = webViewControlScriptNotifyEventArgs.value;
Public ReadOnly Property Value As String

Property Value

String

Platform::String

winrt::hstring

The string value passed to the app.

Applies to