aspnetcore/src/Components
Safia Abdalla 37da482969
Move Blazor Server template tests to new project (#21345)
2020-05-01 11:47:52 -07:00
..
Analyzers Fix tests 2020-04-06 11:56:22 -07:00
Authorization
Blazor Marked the Mono.WebAssembly.Interop package as non-shipping (#21367) 2020-04-30 14:56:59 -07:00
Components Reenable cert tests on helix (#20372) 2020-04-04 13:02:22 -07:00
Forms
Ignitor Ignitor fixups (#21198) 2020-04-27 13:27:11 -07:00
Samples/BlazorServerApp
Server Share SignalR's HubProtocol implementation in Blazor (#20922) 2020-04-18 10:07:51 -07:00
Shared
Web Add missing OffsetX and OffsetY events to MouseEventArgs. (#20478) 2020-04-14 10:00:32 -07:00
Web.JS Move Blazor Server template tests to new project (#21345) 2020-05-01 11:47:52 -07:00
benchmarkapps
test Revert "[Blazor] Unquarantine ComponentHubReliabilityTests (#21319)" 2020-04-29 11:09:38 -07:00
.vsconfig Add .vsconfig files in root and beside slns 2020-03-31 14:25:44 -07:00
Components.sln
ComponentsNoDeps.slnf
Directory.Build.props Merge branch 'master' into merge/release/3.1-to-master 2020-03-27 10:24:36 -07:00
Directory.Build.targets Merge branch 'master' into merge/release/3.1-to-master 2020-03-27 10:24:36 -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.