关于[Event Aggregator for ASP.NET Core 3 Razor Components/Blazor]的摘要:
Blazor.EventAggregator is a lightweight Event Aggregator for Razor Components. Razor Components (and formerly known as Blazor) is an upcoming technology included in ASP.NET Core 3.0 (currently in Preview 2). Event aggregators are used for indirect component to component communication. In event aggregator patterns, you have message/event publishers and subscribers. In the case of Razor Components, the component can publish its events and other component(s) can react to those events.
原文地址: https://dzone.com/articles/event-aggregator-for-aspnet-core-3-razor-component