aspnetcore/src/Components
Ryan Brandenburg 41e15c3d90
Prevent VS warning for empty attribute (#16719)
2019-11-01 10:57:00 -07:00
..
Analyzers
Authorization
Blazor Prevent VS warning for empty attribute (#16719) 2019-11-01 10:57:00 -07:00
Components Correctly handle AddMultipleAttributes terminated by OpenRegion. Fixes #16570 2019-10-30 17:58:19 +00:00
Forms Validation fixes for Blazor (#14972) 2019-10-18 11:26:17 -07:00
Ignitor [Blazor] Reliability improvements for the E2E tests (#15320) 2019-10-24 18:59:07 +02:00
Samples/BlazorServerApp Validation fixes for Blazor (#14972) 2019-10-18 11:26:17 -07:00
Server [Blazor][Fixes #15413] Notify client of errors during initialization (#16636) 2019-10-30 10:04:30 +01:00
Shared
Web [Blazor][Fixes #14959] NavLink match should be case-insensitive (#15401) 2019-10-25 17:46:03 +02:00
Web.JS [release/3.1] Update dependencies from 3 repositories (#16685) 2019-10-31 13:47:48 +00:00
benchmarkapps
test [release/3.1] Update dependencies from 3 repositories (#16685) 2019-10-31 13:47:48 +00:00
Components.sln Validation fixes for Blazor (#14972) 2019-10-18 11:26:17 -07:00
ComponentsNoDeps.slnf Validation fixes for Blazor (#14972) 2019-10-18 11:26:17 -07:00
Directory.Build.props
Directory.Build.targets
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.