Compartilhar via


ActionInvokerProviderContext Classe

Definição

Um contexto para IActionInvokerProvider.

public ref class ActionInvokerProviderContext
public class ActionInvokerProviderContext
type ActionInvokerProviderContext = class
Public Class ActionInvokerProviderContext
Herança
ActionInvokerProviderContext

Construtores

ActionInvokerProviderContext(ActionContext)

Inicializa uma nova instância de ActionInvokerProviderContext.

Propriedades

ActionContext

Obtém o ActionContext a ser invocado.

Result

Obtém ou define o IActionInvoker que será usado para invocar ActionContext

Aplica-se a