aspnetcore/src/Components
Steve Sanderson 36be16b640
Fix binding <select> to a null value (#23221)
2020-06-22 17:27:02 +01:00
..
Analyzers Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Authorization
Blazor/Blazor/test/Rendering
Components Add nullable annotations to Microsoft.AspNetCore.Components (#22944) 2020-06-19 18:38:37 +00:00
Forms
Ignitor Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Samples/BlazorServerApp Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Server Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Shared Add nullable annotations to Microsoft.AspNetCore.Components (#22944) 2020-06-19 18:38:37 +00:00
Web Render aria-invalid if the state is invalid (#23131) 2020-06-21 21:43:29 -07:00
Web.JS Fix binding <select> to a null value (#23221) 2020-06-22 17:27:02 +01:00
WebAssembly Add support for <BlazorWebAssemblyLazyLoad /> item group (#23071) 2020-06-18 16:05:34 -07:00
benchmarkapps Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
test Fix binding <select> to a null value (#23221) 2020-06-22 17:27:02 +01:00
.vsconfig
Components.sln
ComponentsNoDeps.slnf
Directory.Build.props
Directory.Build.targets Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -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.