Microsoft.AspNetCore.Components.Server.Circuits Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides classes for implementing and working with circuits in a Blazor Server app.
Circuit |
Represents a link between a ASP.NET Core Component on the server and a client. |
Circuit |
A CircuitHandler allows running code during specific lifetime events of a Circuit.
|
Circuit |
Contains information about inbound Circuit activity. |
For more information about hosting Blazor Server, see Host and deploy Blazor Server.