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.
Classes
Circuit |
Represents a link between a ASP.NET Core Component on the server and a client. |
CircuitHandler |
A CircuitHandler allows running code during specific lifetime events of a Circuit.
|
CircuitInboundActivityContext |
Contains information about inbound Circuit activity. |
Remarks
For more information about hosting Blazor Server, see Host and deploy Blazor Server.