aspnetcore/src/Components
John Luo fcb23108b6 Relocate Logging.Testing to AspNetCore.Testing 2020-04-02 00:16:01 -07:00
..
Analyzers Reenable Components analyzers on helix (#19721) 2020-03-09 22:14:20 -07:00
Authorization
Blazor Suppress a warning (#20390) 2020-04-01 22:14:41 -07:00
Components Merge pull request #20250 from dotnet-maestro-bot/merge/release/3.1-to-master 2020-03-31 11:33:48 -07:00
Forms
Ignitor
Samples/BlazorServerApp
Server Add support for optional parameters in Blazor routes (#19733) 2020-03-30 12:30:28 -07:00
Shared
Web Support nullable enum in InputSelect (#19506) 2020-03-09 16:00:35 -07:00
Web.JS Use Node-Fetch instead of Request for TS client (#19708) 2020-03-13 17:39:25 -07:00
benchmarkapps nit: Mark shell scripts as executable 2020-03-25 11:04:25 -07:00
test Relocate Logging.Testing to AspNetCore.Testing 2020-04-02 00:16:01 -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 Update gitter url (#19755) 2020-03-11 09:31:59 -07:00
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.