1 implementation of TryHandle
Microsoft.AspNetCore.Components.AI (1)
Pipeline\HandlerEntry.cs (1)
15
public IActiveEntry?
TryHandle
(BlockMappingContext context)
1 reference to TryHandle
Microsoft.AspNetCore.Components.AI (1)
Pipeline\BlockMappingPipeline.cs (1)
93
var activeEntry = handler.
TryHandle
(context);