4 references to StateMapper
Microsoft.AspNetCore.Components.AI (4)
Engine\UIAgent.cs (2)
303
if (_options.
StateMapper
is null)
309
_options.
StateMapper
(context);
Engine\UIAgentOfT.cs (2)
88
if (Options.
StateMapper
is null)
94
Options.
StateMapper
(context);