C# Class Simplify.Web.SyncControllerBase

Synchronous controllers base class
Inheritance: ControllerBase
Exibir arquivo Open project: i4004/Simplify.Web

Public Methods

Method Description
Invoke ( ) : ControllerResponse

Invokes the controller.

Method Details

Invoke() public abstract method

Invokes the controller.
public abstract Invoke ( ) : ControllerResponse
return ControllerResponse