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