Modulight.UI.Blazor.Hosting
0.0.7.1
.NET 5.0
dotnet add package Modulight.UI.Blazor.Hosting --version 0.0.7.1
NuGet\Install-Package Modulight.UI.Blazor.Hosting -Version 0.0.7.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Modulight.UI.Blazor.Hosting" Version="0.0.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Modulight.UI.Blazor.Hosting --version 0.0.7.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Modulight.UI.Blazor.Hosting, 0.0.7.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Modulight.UI.Blazor.Hosting as a Cake Addin
#addin nuget:?package=Modulight.UI.Blazor.Hosting&version=0.0.7.1
// Install Modulight.UI.Blazor.Hosting as a Cake Tool
#tool nuget:?package=Modulight.UI.Blazor.Hosting&version=0.0.7.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Modulight.UI.Blazor.Hosting
// void ConfigureServices(IServiceCollection services)
services.AddModules(builder =>
{
builder.UseRazorComponentClientModules().AddServerSideBlazorUI<CustomBlazorUIProvider>();
// builder.UseRazorComponentClientModules().AddClientSideBlazorUI<CustomBlazorUIProvider>();
});
// void Configure(IApplicationBuilder app, IWebHostEnvironment env)
app.UseAspNetServerModuleMiddlewares();
app.UseStaticFiles();
app.UseRouting();
app.UseEndpoints(endpoints =>
{
endpoints.MapAspNetServerModuleEndpoints();
});
// in Program: Task Main(string[] args)
await CreateHostBuilder(args).Build().RunAsyncWithModules();
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
- Microsoft.AspNetCore.Components.WebAssembly.Server (>= 5.0.6)
- Modulight.Modules.Server.AspNet (>= 0.0.7)
- Modulight.UI.Blazor (>= 0.0.7.1)
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 |
---|---|---|
0.0.7.1 | 302 | 5/31/2021 |
0.0.7 | 298 | 5/31/2021 |
0.0.6 | 261 | 5/30/2021 |
0.0.5 | 261 | 4/3/2021 |
0.0.5-preview.16 | 165 | 3/13/2021 |
0.0.5-preview.15 | 152 | 3/12/2021 |
0.0.5-preview.14 | 133 | 3/12/2021 |
0.0.5-preview.13 | 137 | 3/12/2021 |
0.0.5-preview.12 | 113 | 3/12/2021 |
0.0.5-preview.11 | 109 | 3/10/2021 |
0.0.5-preview.10 | 136 | 3/10/2021 |
0.0.5-preview.4 | 109 | 3/4/2021 |
0.0.5-preview.2 | 132 | 3/4/2021 |
0.0.4 | 231 | 3/4/2021 |
0.0.4-preview.40 | 102 | 2/22/2021 |
0.0.4-preview.30 | 248 | 2/21/2021 |