HybridWebView.SendRawMessage(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.
Sends a raw message to the code running in the web view. Raw messages have no additional processing.
public:
virtual void SendRawMessage(System::String ^ rawMessage);
public void SendRawMessage (string rawMessage);
abstract member SendRawMessage : string -> unit
override this.SendRawMessage : string -> unit
Public Sub SendRawMessage (rawMessage As String)
Parameters
- rawMessage
- String
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.