2 instantiations of AcceptedAtRoute
Microsoft.AspNetCore.Http.Results (2)
TypedResults.cs (2)
1061=> new(routeName, routeValues, value); 1072=> new(routeName, routeValues, value);
4 references to AcceptedAtRoute
Microsoft.AspNetCore.Http.Results (4)
TypedResults.cs (4)
1056/// <returns>The created <see cref="HttpResults.AcceptedAtRoute{TValue}"/> for the response.</returns> 1059public static AcceptedAtRoute<TValue> AcceptedAtRoute<TValue>(TValue? value, string? routeName = null, object? routeValues = null) 1070/// <returns>The created <see cref="HttpResults.AcceptedAtRoute{TValue}"/> for the response.</returns> 1071public static AcceptedAtRoute<TValue> AcceptedAtRoute<TValue>(TValue? value, string? routeName, RouteValueDictionary? routeValues)