'Declaration
Public Overloads Overridable Function CreatedAtAction( _ ByVal actionName As String, _ ByVal controllerName As String, _ ByVal routeValues As Object, _ ByVal value As Object _ ) As CreatedAtActionResult
public virtual CreatedAtActionResult CreatedAtAction( string actionName, string controllerName, object routeValues, object value )
Parameters
- actionName
- The name of the action to use for generating the URL.
- controllerName
- The name of the controller to use for generating the URL.
- routeValues
- The route data to use for generating the URL.
- value
- The content value to format in the entity body.
Return Value
The created Microsoft.AspNetCore.Mvc.CreatedAtActionResult for the response.