'Declaration
Public Overloads Overridable Function CreatedAtRoute( _ ByVal routeName As String, _ ByVal routeValues As Object, _ ByVal value As Object _ ) As CreatedAtRouteResult
public virtual CreatedAtRouteResult CreatedAtRoute( string routeName, object routeValues, object value )
Parameters
- routeName
- The name of the route 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.CreatedAtRouteResult for the response.