aspnetcore/src/Components
N. Taylor Mullen 874050f1dd Headless Blazor client (#11112)
* Add Ignitor
* Finish headless Blazor client.
* Added support for click events.
* Move Ignitor into testassets folder.
- Also added Ignitor to the no deps solution.
* Add Ignitor tests to validate RenderBatchReader stays consistent.
2019-06-13 10:05:40 -07:00
..
Analyzers Fix linux CI break (#10610) 2019-05-29 14:52:12 -07:00
Blazor Add option for only packing runtime-specific packages (#11116) 2019-06-11 20:47:10 -07:00
Browser [master] Update dependencies from 3 repositories (#10939) 2019-06-10 23:12:23 -07:00
Browser.JS Add ability to change url in TS client (#11102) 2019-06-12 20:01:41 -07:00
Components Headless Blazor client (#11112) 2019-06-13 10:05:40 -07:00
Server Headless Blazor client (#11112) 2019-06-13 10:05:40 -07:00
Shared Integrate AuthorizeView with actual authorization (#10487) 2019-05-24 15:28:37 +01:00
test Headless Blazor client (#11112) 2019-06-13 10:05:40 -07:00
Components.sln Headless Blazor client (#11112) 2019-06-13 10:05:40 -07:00
ComponentsNoDeps.slnf Headless Blazor client (#11112) 2019-06-13 10:05:40 -07:00
Directory.Build.props Move obj and bin directories into repo root (#10063) 2019-05-15 13:44:55 -07:00
Directory.Build.targets Add option for only packing runtime-specific packages (#11116) 2019-06-11 20:47:10 -07:00
NuGetPackageVerifier.json
README.md Update Blazor README.md (#9769) 2019-04-26 14:55:14 -07:00
THIRD-PARTY-NOTICES.txt
build.cmd Replace Internal.AspNetCore.Sdk with Microsoft.DotNet.Arcade.Sdk (#10674) 2019-06-07 17:19:41 -07:00
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.