Definition
Assembly: Microsoft.AspNetCore.Http.Abstractions.dll Namespace: Microsoft.AspNetCore.RoutingSyntax
Summary
This type is defined in Microsoft.AspNetCore.Http.Abstractions.Remarks
See Microsoft documentation for more information about the rest of the API.Methods
GetODataRouteInfo Extension
Extension method from
Microsoft.AspNetCore.Routing.Restier_RouteValueDictionaryExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
values | Microsoft.AspNetCore.Routing.RouteValueDictionary | The dictionary contains route value. |
Returns
Type:(string, object)
A tuple contains the route name and path value.