FeedMessageReceivedArgs.Message Property

Definition

Gets a string containing the contents of the message that was posted from the feed's content using the window.chrome.webview.postMessage JavaScript method

public:
 property Platform::String ^ Message { Platform::String ^ get(); };
winrt::hstring Message();
public string Message { get; }
var string = feedMessageReceivedArgs.message;
Public ReadOnly Property Message As String

Property Value

String

Platform::String

winrt::hstring

A string containing the contents of the message

Remarks

The string may be simple text or a serialized form of an object that is interpreted by the provider. For information on using the value of this property, see TryGetWebMessageAsString.

Applies to