Microsoft.AspNet.Mvc by Microsoft

<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.2.7" />

.NET API 548,280 bytes

 IActionInvoker

public interface IActionInvoker
Defines the contract for an action invoker, which is used to invoke an action in response to an HTTP request.
bool InvokeAction(ControllerContext controllerContext, string actionName)

Invokes the specified action by using the specified controller context.