aspnetcore/src/Components
Safia Abdalla 4734f47ba5
Follow-ups to lazy-load from API review (#24169)
* Follow-ups to lazy-load from API review

* Address feedback from peer review
2020-07-22 14:47:01 -07:00
..
Analyzers
Authorization Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Components Follow-ups to lazy-load from API review (#24169) 2020-07-22 14:47:01 -07:00
Forms Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Ignitor
Samples/BlazorServerApp
Server Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Shared
Web Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
Web.Extensions Influence HTML head from Blazor (#23833) 2020-07-22 13:25:15 -07:00
Web.JS Follow-ups to lazy-load from API review (#24169) 2020-07-22 14:47:01 -07:00
WebAssembly Follow-ups to lazy-load from API review (#24169) 2020-07-22 14:47:01 -07:00
benchmarkapps
test Follow-ups to lazy-load from API review (#24169) 2020-07-22 14:47:01 -07:00
.vsconfig
Components.slnf Create a Blazor WebAssembly SDK (#24044) 2020-07-20 13:25:49 -07:00
ComponentsNoDeps.slnf Create a Blazor WebAssembly SDK (#24044) 2020-07-20 13:25:49 -07:00
Directory.Build.props Create a Blazor WebAssembly SDK (#24044) 2020-07-20 13:25:49 -07:00
Directory.Build.targets Create a Blazor WebAssembly SDK (#24044) 2020-07-20 13:25:49 -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.