aspnetcore/src/Components
Steve Sanderson 206f793fb5 Add unit tests for illegal ParameterView access 2019-10-01 14:50:25 -07:00
..
Analyzers
Authorization Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Blazor Remove Newtonsoft JSON.NET from Blazor WASM template (#14061) 2019-09-18 10:24:29 -07:00
Components Add unit tests for illegal ParameterView access 2019-10-01 14:50:25 -07:00
Forms Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Ignitor Apply suggestions from code review 2019-09-23 20:48:42 -07:00
Samples/BlazorServerApp
Server Update ref assembly generation to use DefaultNetCoreTargetFramework property (#14078) 2019-09-17 22:06:31 -07:00
Shared
Web Update ref assembly 2019-10-01 14:49:59 -07:00
Web.JS Regenerate blazor.server.js 2019-10-01 14:49:59 -07:00
benchmarkapps Add Third Party Notices (#13959) 2019-09-18 11:08:32 -07:00
test E2E tests for navigation+preventDefault 2019-10-01 14:49:59 -07:00
Components.sln [Blazor][Fixes #7694] Makes NavLink NOOP when a null href link is provided (#14372) 2019-09-24 16:55:24 +02:00
ComponentsNoDeps.slnf [Blazor][Fixes #7694] Makes NavLink NOOP when a null href link is provided (#14372) 2019-09-24 16:55:24 +02:00
Directory.Build.props
Directory.Build.targets
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.