Windows.ApplicationModel.DataTransfer.StandardDataFormats.Html
November 12, 2020 ยท View on GitHub
-description
A read-only property that returns the format ID string value corresponding to the HTML format.
-property-value
The format ID string value corresponding to the HTML format.
-remarks
-examples
This example demonstrates the use of the Html property. To use the code in this example, add an event listener to your app to handle the activated event. Then put this code in the function that this event listener calls.
[!code-csharpHowToShareHtml_CS]