Skip to main content

Definition

Assembly: Microsoft.AspNetCore.Http.Abstractions.dll Namespace: Microsoft.AspNetCore.Routing

Syntax

Microsoft.AspNetCore.Routing.RouteValueDictionary

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_RouteValueDictionaryExtensions
Get the OData route name and path value.

Syntax

public static (string, object) GetODataRouteInfo(Microsoft.AspNetCore.Routing.RouteValueDictionary values)

Parameters

NameTypeDescription
valuesMicrosoft.AspNetCore.Routing.RouteValueDictionaryThe dictionary contains route value.

Returns

Type: (string, object) A tuple contains the route name and path value.