Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Created August 30, 2019 08:55
Show Gist options
  • Save jfversluis/37adf36ff5ba32e47746a4b6a433afb0 to your computer and use it in GitHub Desktop.
Save jfversluis/37adf36ff5ba32e47746a4b6a433afb0 to your computer and use it in GitHub Desktop.
Showing HTML in a Xamarin.Forms label with a HTML encoded string
<Label TextType="Html">
<Label.Text>
&lt;h1&gt;Hello World!&lt;/h1&gt;&lt;br/&gt;SecondLine
</Label.Text>
</Label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment