News

User context makes life easier when tracing Http requests in ASP.NET Core applications. It’s easy to add with custom ...
public class CustomApiKeyAttribute : Attribute, IAsyncActionFilter { private const string API_KEY = "Api_Key"; public async Task OnActionExecutionAsync (ActionExecutingContext context ...