1 instantiation of CreatedAtRouteResult
Microsoft.AspNetCore.Mvc.Core (1)
ControllerBase.cs (1)
2137=> new CreatedAtRouteResult(routeName, routeValues, value);
11 references to CreatedAtRouteResult
Microsoft.AspNetCore.Mvc.Core (11)
ControllerBase.cs (9)
2109/// Creates a <see cref="CreatedAtRouteResult"/> object that produces a <see cref="StatusCodes.Status201Created"/> response. 2113/// <returns>The created <see cref="CreatedAtRouteResult"/> for the response.</returns> 2115public virtual CreatedAtRouteResult CreatedAtRoute(string? routeName, [ActionResultObjectValue] object? value) 2119/// Creates a <see cref="CreatedAtRouteResult"/> object that produces a <see cref="StatusCodes.Status201Created"/> response. 2123/// <returns>The created <see cref="CreatedAtRouteResult"/> for the response.</returns> 2125public virtual CreatedAtRouteResult CreatedAtRoute(object? routeValues, [ActionResultObjectValue] object? value) 2129/// Creates a <see cref="CreatedAtRouteResult"/> object that produces a <see cref="StatusCodes.Status201Created"/> response. 2134/// <returns>The created <see cref="CreatedAtRouteResult"/> for the response.</returns> 2136public virtual CreatedAtRouteResult CreatedAtRoute(string? routeName, object? routeValues, [ActionResultObjectValue] object? value)
CreatedAtRouteResult.cs (2)
22/// Initializes a new instance of the <see cref="CreatedAtRouteResult"/> class with the values 33/// Initializes a new instance of the <see cref="CreatedAtRouteResult"/> class with the values