MobileBlazorBindings
MobileBlazorBindings copied to clipboard
How to include CSS from a razor component library when there is not index.html
Hi, I would like to include CSS from a razor component library but how to do that when there is not index.html
Hi, each of the Android/iOS/Windows/MacOS projects has its own wwwroot/index.html
file. You will need to update each index.html
file to include the CSS reference.