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