Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raw assets #20

Closed
davidbritch opened this issue Jun 15, 2021 · 1 comment
Closed

Raw assets #20

davidbritch opened this issue Jun 15, 2021 · 1 comment
Assignees
Labels

Comments

@davidbritch
Copy link
Contributor

MAUI allows raw assets to be included in the single project:

<MauiAsset Include="Resources\Raw\index.html" />

You can also use wildcards to enable all files in a directory: "Include="Resources\Raw\*".

The raw asset can then be consumed e.g. <WebView Source="index.html" />.

Related to #8

@davidbritch davidbritch added this to To do in .NET MAUI docs plan via automation Jun 15, 2021
@davidbritch davidbritch self-assigned this Dec 2, 2021
@davidbritch davidbritch moved this from To do to In progress in .NET MAUI docs plan Dec 3, 2021
@davidbritch
Copy link
Contributor Author

Fixed by #264

.NET MAUI docs plan automation moved this from In progress to Done Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

2 participants