I can DI app setting in the controller like this
private IOptions appSettings; public CompanyInfoController(IOptions appS
If you want to DI to action filter reference to Action filters, service filters and type filters in ASP.NET 5 and MVC 6 service filter part.