WebViewWebMessageReceivedEventArgs
Summary
Provides data for the WebView control WebMessageReceived event.
Signature
1 | |
Namespace
cAlgo.API
See Also
Properties
Message
Summary
The message that was received.
Signature
1 | |
Return Value
string
Source
Summary
Gets the URI of the document that sent this web message.
Signature
1 | |
Return Value
string
WebView
Summary
WebView Control.
Signature
1 | |
Return Value
WebView
Related Tutorials