2 references to GetFilteredUpdate
Microsoft.AspNetCore.Components.AI (2)
Engine\UIAgent.cs (1)
311return context.HasHandledContent ? context.GetFilteredUpdate() : update;
Engine\UIAgentOfT.cs (1)
108return context.HasHandledContent ? context.GetFilteredUpdate() : update;