App Metrics Fork me on GitHub
Show / Hide Table of Contents

Interface IRouteNameResolver

Namespace:Microsoft.AspNetCore.Routing
Assembly:cs.temp.dll.dll
Syntax
public interface IRouteNameResolver

Methods

ResolveMatchingTemplateRouteAsync(RouteData)

Declaration
Task<string> ResolveMatchingTemplateRouteAsync(RouteData routeData)
Parameters
Type Name Description
RouteData routeData
Returns
Type Description
Task<System.String>
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX