C# Class Simplify.Web.AsyncControllerBase

Asynchronous controllers base class
Inheritance: ControllerBase
Afficher le fichier Open project: i4004/Simplify.Web

Méthodes publiques

Méthode Description
Invoke ( ) : Task

Invokes the controller.

Method Details

Invoke() public abstract méthode

Invokes the controller.
public abstract Invoke ( ) : Task
Résultat Task