IControllerActivator Interface

Définition

Fournit des méthodes pour créer un contrôleur.

public interface class IControllerActivator
public interface IControllerActivator
type IControllerActivator = interface
Public Interface IControllerActivator
Dérivé

Méthodes

Create(ControllerContext)

Crée un contrôleur.

Release(ControllerContext, Object)

Libère un contrôleur.

ReleaseAsync(ControllerContext, Object)

Libère un contrôleur de manière asynchrone.

S’applique à