1 instantiation of CustomIResultImplementor
Sample (1)
Endpoints\MapSchemasEndpoints.cs (1)
42
schemas.MapGet("/custom-iresult", () => new
CustomIResultImplementor
{ Content = "Hello world!" })
4 references to CustomIResultImplementor
Sample (4)
artifacts\obj\Sample\Release\net10.0\generated\Microsoft.AspNetCore.Http.RequestDelegateGenerator\Microsoft.AspNetCore.Http.RequestDelegateGenerator.RequestDelegateGenerator\GeneratedRouteBuilderExtensions.g.cs (3)
3368
var handler = Cast(del, global::SchemasEndpointsExtensions.
CustomIResultImplementor
() => throw null!);
3398
var
result = handler();
3424
var castHandler = Cast(handler, global::SchemasEndpointsExtensions.
CustomIResultImplementor
() => throw null!);
Endpoints\MapSchemasEndpoints.cs (1)
43
.Produces<
CustomIResultImplementor
>(200);