Class DisabledAbpFeaturesController
Implements
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.Filters
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
[Route("api/disabled-features-test")]
[DisableAbpFeatures]
public class DisabledAbpFeaturesController : AbpController, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable, IAvoidDuplicateCrossCuttingConcerns, IRemoteService
Constructors
DisabledAbpFeaturesController()
Declaration
public DisabledAbpFeaturesController()
Methods
GetAsync()
Declaration
[HttpGet]
public Task<List<string>> GetAsync()
Returns
Type | Description |
---|---|
Task<List<string>> |