1 instantiation of CreatedAtActionResult
Microsoft.AspNetCore.Mvc.Core (1)
ControllerBase.cs (1)
2102=> new CreatedAtActionResult(actionName, controllerName, routeValues, value);
10 references to CreatedAtActionResult
Microsoft.AspNetCore.Mvc.Core (10)
ControllerBase.cs (9)
2068/// Creates a <see cref="CreatedAtActionResult"/> object that produces a <see cref="StatusCodes.Status201Created"/> response. 2072/// <returns>The created <see cref="CreatedAtActionResult"/> for the response.</returns> 2074public virtual CreatedAtActionResult CreatedAtAction(string? actionName, [ActionResultObjectValue] object? value) 2078/// Creates a <see cref="CreatedAtActionResult"/> object that produces a <see cref="StatusCodes.Status201Created"/> response. 2083/// <returns>The created <see cref="CreatedAtActionResult"/> for the response.</returns> 2085public virtual CreatedAtActionResult CreatedAtAction(string? actionName, object? routeValues, [ActionResultObjectValue] object? value) 2089/// Creates a <see cref="CreatedAtActionResult"/> object that produces a <see cref="StatusCodes.Status201Created"/> response. 2095/// <returns>The created <see cref="CreatedAtActionResult"/> for the response.</returns> 2097public virtual CreatedAtActionResult CreatedAtAction(
CreatedAtActionResult.cs (1)
22/// Initializes a new instance of the <see cref="CreatedAtActionResult"/> with the values