aspnetcore/src/Components
Javier Calvarro Nelson 8fa4df9bda
[Fixes #11454] Fix encoding bug on prerendering (#11504)
We replace double dash sequences with double dots sequences as double dash sequences are not allowed into HTML.
2019-07-12 18:53:21 +02:00
..
Analyzers Add Components analyzer flag to ensure no analyzer duplicates. 2019-07-09 16:17:36 -07:00
Blazor Blazor API Review: Design concept for Dispatcher (#11930) 2019-07-11 17:31:57 -07:00
Components Blazor API Review: Design concept for Dispatcher (#11930) 2019-07-11 17:31:57 -07:00
Server [Fixes #11454] Fix encoding bug on prerendering (#11504) 2019-07-12 18:53:21 +02:00
Shared Blazor API Review: Design concept for Dispatcher (#11930) 2019-07-11 17:31:57 -07:00
Web Move Blazor HttpClient functionality out of sfx 2019-07-01 17:14:38 -07:00
Web.JS [Fixes #11454] Fix encoding bug on prerendering (#11504) 2019-07-12 18:53:21 +02:00
test Blazor API Review: Design concept for Dispatcher (#11930) 2019-07-11 17:31:57 -07:00
Components.sln Move Blazor HttpClient functionality out of sfx 2019-07-01 17:14:38 -07:00
ComponentsNoDeps.slnf Rename .Components.Browser -> Components.Web 2019-07-01 15:36:35 -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
THIRD-PARTY-NOTICES.txt
build.cmd Enforce E2E test prerequisites when building individual solutions only (#11642) 2019-06-29 01:04:36 +02:00
build.sh Enforce E2E test prerequisites when building individual solutions only (#11642) 2019-06-29 01:04:36 +02:00
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.