aspnetcore/src/Components
Ryan Nowak 18f5ec71ed Terminate circuit on error
Fixes: #11845

See: https://github.com/aspnet/AspNetCore/pull/12857 for detailed notes.
2019-08-11 10:49:14 -07:00
..
Analyzers
Blazor Update Blazor survey link for preview 9 (#13008) 2019-08-09 14:44:19 -07:00
Components Terminate circuit on error 2019-08-11 10:49:14 -07:00
Server Terminate circuit on error 2019-08-11 10:49:14 -07:00
Shared Remove .Web IVTs and refactor. Fixes #12713 (#12967) 2019-08-09 00:03:40 +01:00
Web Multitarget packages to remove dependencies for source build (#12936) 2019-08-09 19:25:48 -07:00
Web.JS Remove .Web IVTs and refactor. Fixes #12713 (#12967) 2019-08-09 00:03:40 +01:00
test Terminate circuit on error 2019-08-11 10:49:14 -07:00
Components.sln
ComponentsNoDeps.slnf
Directory.Build.props
Directory.Build.targets Fix building Components solution in VS 2019-08-08 11:37:58 +01: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.