Home

Awesome

EmbeddedBlazorContent

NuGet Gitter GitHub Stars GitHub Issues MIT Donate

This library helps you with server side Blazor projects to enable content files from BlazorLib projects. In my opinion, it is the most perfomant and convenient way for using embedded content files from Blazor Libraries at this moment.

Usage

# Startup.cs
app.UseEmbeddedBlazorContent(assembly);

// Or with custom request path

app.UseEmbeddedBlazorContent(assembly, "/staticContent");
# _Host.cshtml
@Html.EmbeddedBlazorContent(assembly)

// Or with custom request path

@Html.EmbeddedBlazorContent(assembly, "/staticContent")

// Or all embedded content from all hosted asemblies

@Html.EmbeddedBlazorContent()

Examples

License

MIT

News

EmbeddedBlazorContent 1.10.0

EmbeddedBlazorContent 1.9.0

EmbeddedBlazorContent 1.8.0

EmbeddedBlazorContent 1.7.0

EmbeddedBlazorContent 1.4.0

EmbeddedBlazorContent 1.3.0

EmbeddedBlazorContent 1.2.0