2 instantiations of CreatedAtRoute
Microsoft.AspNetCore.Http.Results (2)
TypedResults.cs (2)
969=> new(routeName, routeValues, value); 980=> new(routeName, routeValues, value);
4 references to CreatedAtRoute
Microsoft.AspNetCore.Http.Results (4)
TypedResults.cs (4)
964/// <returns>The created <see cref="HttpResults.CreatedAtRoute{TValue}"/> for the response.</returns> 967public static CreatedAtRoute<TValue> CreatedAtRoute<TValue>(TValue? value, string? routeName = null, object? routeValues = null) 978/// <returns>The created <see cref="HttpResults.CreatedAtRoute{TValue}"/> for the response.</returns> 979public static CreatedAtRoute<TValue> CreatedAtRoute<TValue>(TValue? value, string? routeName, RouteValueDictionary? routeValues)