[]
Creates a Microsoft.AspNetCore.Mvc.CreatedAtRouteResult object that produces a Created (201) response.
public override CreatedAtRouteResult CreatedAtRoute(string routeName, object routeValues, object value)
Type | Name | Description |
---|---|---|
string | routeName | The name of the route to use for generating the URL. |
object | routeValues | The route data to use for generating the URL. |
object | value | The content value to format in the entity body. |
Type | Description |
---|---|
CreatedAtRouteResult | The created Microsoft.AspNetCore.Mvc.CreatedAtRouteResult for the response. |