Skip to content

Instantly share code, notes, and snippets.

@felipebaltazar
Created December 12, 2021 23:49
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 felipebaltazar/6aeed7c5f874a8c9e3cdbdfdcef02bb6 to your computer and use it in GitHub Desktop.
Save felipebaltazar/6aeed7c5f874a8c9e3cdbdfdcef02bb6 to your computer and use it in GitHub Desktop.
Embedded assets demo
using Xamarin.Forms.EmbeddedAssets;
using Xamarin.Forms.Xaml;
[assembly: XamlCompilation(XamlCompilationOptions.Compile)]
[assembly: ExportAsset("MyPage.html", loadAssociatedResourcesInFolder: true)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment