ActionInvokerProviderContext Class

Syntax

public class ActionInvokerProviderContext

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.Core.ActionInvokerProviderContext

Constructors

ActionInvokerProviderContext(Microsoft.AspNet.Mvc.ActionContext)
Arguments:
public ActionInvokerProviderContext(ActionContext actionContext)

Properties

ActionContext()
Return type:Microsoft.AspNet.Mvc.ActionContext
public ActionContext ActionContext { get; }
Result()
Return type:Microsoft.AspNet.Mvc.IActionInvoker
public IActionInvoker Result { get; set; }