BlazorEmbedLibrary 0.1.0-beta-2
See the version list below for details.
dotnet add package BlazorEmbedLibrary --version 0.1.0-beta-2
NuGet\Install-Package BlazorEmbedLibrary -Version 0.1.0-beta-2
<PackageReference Include="BlazorEmbedLibrary" Version="0.1.0-beta-2" />
paket add BlazorEmbedLibrary --version 0.1.0-beta-2
#r "nuget: BlazorEmbedLibrary, 0.1.0-beta-2"
// Install BlazorEmbedLibrary as a Cake Addin #addin nuget:?package=BlazorEmbedLibrary&version=0.1.0-beta-2&prerelease // Install BlazorEmbedLibrary as a Cake Tool #tool nuget:?package=BlazorEmbedLibrary&version=0.1.0-beta-2&prerelease
BlazorEmbedLibrary
This is a component library that provides Blazor-style static file embedding for Razor Components.
Projects in this repo:
BlazorEmbedLibrary
This is the component library that provides all the functionality.
It is a netstandard component library (i.e. a netstandard2.0 library) with one c# code file.
BlazorComponentSample
An out-of-the-box sample Blazor component library with static files.
BlazorEmbedContent - Runnable
A sample Blazor app to show how this library detects if Blazor has already linked the static files, and does not duplicate them.
RazorComponentsSample.App
A sample Razor Components app to show static files working.
RazorComponentsSample.Server - Runnable
A sample Razor Components server to show static files working.
How to use this library
Add the nuget package BlazorEmbedLibrary
https://www.nuget.org/packages/BlazorEmbedLibrary/
Add a Using and an addTagHelper to the __ViewImports file
@using BlazorEmbedLibrary
@addTagHelper *, BlazorEmbedLibrary
Then add the component to whichever page you want e.g. MainLayout, Index.cshtml - wherever makes sense for your project/needs.
<EmbeddedContent BaseType="@(typeof(Component1))" />
Note, by default the EmbeddedContent component has Debug turned off - if you enable it by setting Debug=true, it outputs the list of embedded resources.
This will read any CSS or Js files, which are embedded resources, from the Component1 library and add them to the head
of the document.
Examples
I have included Blazored.LocalStorage and Blazored.Toast examples in the Razorcomponents App
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Blazor (>= 0.8.0-preview-19104-04)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 1,033 | 9/15/2019 |
0.1.0-beta-4 | 980 | 3/19/2019 |
0.1.0-beta-3 | 425 | 3/10/2019 |
0.1.0-beta-2 | 382 | 3/8/2019 |
0.1.0-beta-1 | 399 | 3/5/2019 |