Class WebClientInfoProviderTestController
Implements
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.WebClientInfoProvider
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
[Route("api/web-client-info")]
public class WebClientInfoProviderTestController : AbpController, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable, IAvoidDuplicateCrossCuttingConcerns
Constructors
WebClientInfoProviderTestController(IWebClientInfoProvider)
Declaration
public WebClientInfoProviderTestController(IWebClientInfoProvider webClientInfoProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| IWebClientInfoProvider | webClientInfoProvider |
Methods
GetAsync()
Declaration
[HttpGet]
public Task<WebClientInfoProviderDto> GetAsync()
Returns
| Type | Description |
|---|---|
| Task<WebClientInfoProviderDto> |