WebViewManager.MessageReceived(Uri, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the WebViewManager about a message from JavaScript running within the web view.
protected void MessageReceived (Uri sourceUri, string message);
member this.MessageReceived : Uri * string -> unit
Protected Sub MessageReceived (sourceUri As Uri, message As String)
Parameters
- sourceUri
- Uri
The source URI for the message.
- message
- String
The message.