Skip to content

WebViewWebMessageReceivedEventArgs

Summary

Provides data for the WebView control WebMessageReceived event.

Signature

1
public class WebViewWebMessageReceivedEventArgs

Namespace

cAlgo.API

See Also

Properties

Message

Summary

The message that was received.

Signature

1
public string Message {get;}

Return Value

string

Source

Summary

Gets the URI of the document that sent this web message.

Signature

1
public string Source {get;}

Return Value

string

WebView

Summary

WebView Control.

Signature

1
public WebView WebView {get;}

Return Value

WebView

Related Tutorials