Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Created August 30, 2019 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfversluis/a6cd8bdd092adff8f590fa140a987208 to your computer and use it in GitHub Desktop.
Save jfversluis/a6cd8bdd092adff8f590fa140a987208 to your computer and use it in GitHub Desktop.
HTML Content in a Xamarin.Forms Label with CDATA tag
<Label>
<Label.Text>
<x:String>
<![CDATA[
<h1>Hello world!</h1><br/>SecondLine
]]>
</x:String>
</Label.Text>
</Label>
@CarlosEMF2
Copy link

When will it be available?

@jfversluis
Copy link
Author

This is available today! Not sure if it’s in 4.2, but at least 4.3-pre packages!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment