[]
Creates a System.Web.Http.Results.CreatedAtRouteNegotiatedContentResult`1 (201 Created) with the specified values.
protected override CreatedAtRouteNegotiatedContentResult<T> CreatedAtRoute<T>(string routeName, IDictionary<string, object> routeValues, T content)
| Type | Name | Description |
|---|---|---|
| string | routeName | The name of the route to use for generating the URL. |
| IDictionary<string, object> | routeValues | The route data to use for generating the URL. |
| T | content | The content value to negotiate and format in the entity body. |
| Type | Description |
|---|---|
| CreatedAtRouteNegotiatedContentResult<T> | A System.Web.Http.Results.CreatedAtRouteNegotiatedContentResult`1 with the specified values. |
| Name | Description |
|---|---|
| T | The type of content in the entity body. |