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