Class SimpleController
Implements
Inherited Members
Namespace: Volo.Abp.AspNetCore.App
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
public class SimpleController : AbpController, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable, IAvoidDuplicateCrossCuttingConcerns
Constructors
SimpleController()
Declaration
public SimpleController()
Methods
About()
Declaration
public ActionResult About()
Returns
Type | Description |
---|---|
ActionResult |
ExceptionOnRazor()
Declaration
public ActionResult ExceptionOnRazor()
Returns
Type | Description |
---|---|
ActionResult |
Index()
Declaration
public ActionResult Index()
Returns
Type | Description |
---|---|
ActionResult |