IonBlazor.StaticAssets
0.887.13
dotnet add package IonBlazor.StaticAssets --version 0.887.13
NuGet\Install-Package IonBlazor.StaticAssets -Version 0.887.13
<PackageReference Include="IonBlazor.StaticAssets" Version="0.887.13" />
<PackageVersion Include="IonBlazor.StaticAssets" Version="0.887.13" />
<PackageReference Include="IonBlazor.StaticAssets" />
paket add IonBlazor.StaticAssets --version 0.887.13
#r "nuget: IonBlazor.StaticAssets, 0.887.13"
#:package IonBlazor.StaticAssets@0.887.13
#addin nuget:?package=IonBlazor.StaticAssets&version=0.887.13
#tool nuget:?package=IonBlazor.StaticAssets&version=0.887.13
IonBlazor.StaticAssets
JavaScript interop modules used by
IonBlazor.Components.
Ships the per-component JavaScript glue (e.g. IonAccordionGroup.js, IonAlert.js, common.js) that the C# wrappers invoke at runtime. These files are served from _content/IonBlazor/ to your Blazor host.
Most users don't install this directly — it comes in transitively via IonBlazor (the bundle) or as an explicit dependency alongside IonBlazor.Components.
Install
dotnet add package IonBlazor.StaticAssets
When you need this package
You're installing IonBlazor.Components directly (rather than the IonBlazor bundle). The component wrappers can't talk to Ionic without these interop modules.
You will likely also want:
IonBlazor.StaticAssets.Ionic— the Ionic JS bundle and CSS.IonBlazor.StaticAssets.Ionic.Svg— Ionic SVG icons.
What's inside
A static-web-asset Razor class library. After install, files are available at:
_content/IonBlazor/IonAccordionGroup.js
_content/IonBlazor/IonAlert.js
_content/IonBlazor/common.js
...
You normally don't reference them directly — the C# component types in IonBlazor.Components import them through Blazor's JS interop.
Supported frameworks
net8.0, net9.0, net10.0.
Links
License
MIT.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.