IActionSelector Interface

Syntax

public interface IActionSelector

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.IActionSelector

Methods

HasValidAction(VirtualPathContext)
Arguments:
  • context (VirtualPathContext) –
Return type:

System.Boolean

bool HasValidAction(VirtualPathContext context)
SelectAsync(RouteContext)
Arguments:
  • context (RouteContext) –
Return type:

System.Threading.Tasks.Task{Microsoft.AspNet.Mvc.ActionDescriptor}

Task<ActionDescriptor> SelectAsync(RouteContext context)