Created
August 30, 2019 08:55
-
-
Save jfversluis/37adf36ff5ba32e47746a4b6a433afb0 to your computer and use it in GitHub Desktop.
Showing HTML in a Xamarin.Forms label with a HTML encoded string
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Label TextType="Html"> | |
<Label.Text> | |
<h1>Hello World!</h1><br/>SecondLine | |
</Label.Text> | |
</Label> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment