WebViewControlScriptNotifyEventArgs.Value 属性

定义

获取传递给应用的字符串值。

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

属性值

String

Platform::String

winrt::hstring

传递给应用的字符串值。

适用于