EmbeddedBlazorContent icon indicating copy to clipboard operation
EmbeddedBlazorContent copied to clipboard

Library to load embedded content files (js and css) from Blazor libraries in server-side Blazor mode.

Results 4 EmbeddedBlazorContent issues
Sort by recently updated
recently updated
newest added

MatBlazor for server-side has got tons of cool functionality! 🚀 Keep up the good work! 🅰👍 Sadly when we tried it out in a local project it added about 1MB...

With client side hosting model, the resource path is `_content//`. But when using this library to fix the server side hosting, the path becomes `EmbeddedBlazorFile/`. If the component library only...

We can add nocache parameter for server side Blazor to avoid this problem. _Originally posted by @SamProf in https://github.com/SamProf/MatBlazor/issues/199#issuecomment-523111203_

good-first-issue