Modulight.UI.Blazor.Hosting
0.0.7.1
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 and Polyglot Notebooks. 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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
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 | 931 | 5/31/2021 |
0.0.7 | 890 | 5/31/2021 |
0.0.6 | 848 | 5/30/2021 |
0.0.5 | 851 | 4/3/2021 |
0.0.5-preview.16 | 213 | 3/13/2021 |
0.0.5-preview.15 | 201 | 3/12/2021 |
0.0.5-preview.14 | 182 | 3/12/2021 |
0.0.5-preview.13 | 188 | 3/12/2021 |
0.0.5-preview.12 | 170 | 3/12/2021 |
0.0.5-preview.11 | 159 | 3/10/2021 |
0.0.5-preview.10 | 181 | 3/10/2021 |
0.0.5-preview.4 | 158 | 3/4/2021 |
0.0.5-preview.2 | 178 | 3/4/2021 |
0.0.4 | 865 | 3/4/2021 |
0.0.4-preview.40 | 148 | 2/22/2021 |
0.0.4-preview.30 | 293 | 2/21/2021 |