Class CorrelationIdProviderController
Implements
Inherited Members
Namespace: Volo.Abp.AspNetCore.CorrelationIdProvider
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
[Route("api/correlation")]
public class CorrelationIdProviderController : AbpController, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable, IAvoidDuplicateCrossCuttingConcerns
Constructors
CorrelationIdProviderController()
Declaration
public CorrelationIdProviderController()
Methods
Get()
Declaration
[HttpGet]
[Route("get")]
public string Get()
Returns
Type | Description |
---|---|
string |