aspnetcore/src/Components
Doug Bunting 940fed892b
Merge branch 'release/5.0' into 'internal/release/5.0'
2021-01-14 14:14:55 -08:00
..
Analyzers Ensure AppLocalResolver handles package with multiple libs (#27751) 2020-11-12 10:09:40 -08:00
Authorization [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Components [Blazor] Fixes issues with route precedence (#27907) 2020-11-20 11:43:11 -08:00
Forms [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Ignitor [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
ProtectedBrowserStorage/src [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Samples/BlazorServerApp [Blazor] Fixes issues with route precedence (#27907) 2020-11-20 11:43:11 -08:00
Server [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Shared
Web [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Web.JS Add error handling for token acquisition in getUser and fix state retrieval (#28498) 2020-12-10 10:30:23 -08:00
WebAssembly Produce correct blazor.boot.json when using StaticWebAssetBasePath (#29293) 2021-01-14 13:11:08 -08:00
benchmarkapps Merged PR 12027: [internal/release/5.0] Feed update 2021-01-14 15:33:07 +00:00
test [Blazor] Fix publish with different combinations of SWA base paths (#28539) 2020-12-10 13:49:49 -08:00
.vsconfig
Components.slnf Remove Microsoft.Components.Web.Extensions (#26256) (#26298) 2020-09-25 12:14:56 -07:00
ComponentsNoDeps.slnf [Blazor] Fix publish with different combinations of SWA base paths (#28539) 2020-12-10 13:49:49 -08:00
Directory.Build.props
Directory.Build.targets Enable PostBuildSign flag and include signing information in the manifest (#26033) 2020-09-18 11:07:42 -07:00
NuGetPackageVerifier.json
README.md
THIRD-PARTY-NOTICES.txt
build.cmd
build.sh
startvs.cmd

README.md

Blazor

Build modern, interactive web-based UIs with C# and Razor.

This folder contains the underlying components programming model that powers both server-side and client-side Blazor applications.

Blazor is a component based web UI framework. Blazor apps can run client-side in browser on WebAssembly or server-side as part of an ASP.NET Core app. Blazor is a full single-page application (SPA) framework inspired by the latest JavaScript SPA frameworks, featuring support for offline/PWA applications, app size trimming, and browser-based debugging.

Blazor uses only the latest web standards. No plugins or transpilation needed. It runs in the browser on a real .NET runtime implemented in WebAssembly that executes normal .NET assemblies.

Gitter

You can learn more about Blazor at https://blazor.net.

Getting Started

To get started with Blazor and build your first web app check out our getting started guide.