4 references to Callback
Microsoft.AspNetCore.Components (4)
PersistentState\ComponentStatePersistenceManager.cs (4)
157
if (registration.
Callback
.Target is IComponent component)
162
_registeredCallbacks[i] = new PersistComponentStateRegistration(registration.
Callback
, componentRenderMode);
174
$"The registered callback {registration.
Callback
.Method.Name} must be associated with a component or define" +
202
var result = TryExecuteCallback(registration.
Callback
, _logger);