2 instantiations of CreatedAtRoute
Microsoft.AspNetCore.Http.Results (2)
TypedResults.cs (2)
946=> new(routeName, routeValues); 955=> new(routeName, routeValues);
10 references to CreatedAtRoute
Microsoft.AspNetCore.Http.Results (10)
CreatedAtRoute.cs (3)
23/// Initializes a new instance of the <see cref="CreatedAtRoute"/> class with the values 34/// Initializes a new instance of the <see cref="CreatedAtRoute"/> class with the values 46/// Initializes a new instance of the <see cref="CreatedAtRoute"/> class with the values
CreatedAtRouteOfT.cs (3)
24/// Initializes a new instance of the <see cref="CreatedAtRoute"/> class with the values 36/// Initializes a new instance of the <see cref="CreatedAtRoute"/> class with the values 49/// Initializes a new instance of the <see cref="CreatedAtRoute"/> class with the values
TypedResults.cs (4)
941/// <returns>The created <see cref="HttpResults.CreatedAtRoute"/> for the response.</returns> 944public static CreatedAtRoute CreatedAtRoute(string? routeName = null, object? routeValues = null) 953/// <returns>The created <see cref="HttpResults.CreatedAtRoute"/> for the response.</returns> 954public static CreatedAtRoute CreatedAtRoute(string? routeName, RouteValueDictionary? routeValues)