aspnetcore/src/Components
Pranav K 63baa06482
Use assertion library more consistently (#26519)
Using Browser.Exists is equivalent to Browser.FindElement except it provides better logs
and diagnostics when the assertion fails. The additional waits will also rule out
failures due to the browser taking time to update possibly improving stability.

I looked at the implementation of WebDriverWait to verify that using it will not
introduce additional delays to our tests.
2020-10-02 09:44:02 -07:00
..
Analyzers
Authorization
Components
Forms
Ignitor
ProtectedBrowserStorage/src
Samples/BlazorServerApp
Server
Shared
Web Make Virtualize work in cultures that use alternate number formatting (#26432) 2020-09-29 13:17:23 -07:00
Web.JS Revert "Disconnect circuit on 'beforeunload' event" (#26297) 2020-09-25 10:11:26 -07:00
WebAssembly Attempt to read the logs from the browser (#26289) 2020-09-28 17:07:22 -07:00
benchmarkapps
test Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
.vsconfig
Components.slnf Remove Microsoft.Components.Web.Extensions (#26256) (#26298) 2020-09-25 12:14:56 -07:00
ComponentsNoDeps.slnf Remove Microsoft.Components.Web.Extensions (#26256) (#26298) 2020-09-25 12:14:56 -07: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.