1 write to Filters
Microsoft.AspNetCore.Mvc.Core (1)
MvcOptions.cs (1)
42
Filters
= new FilterCollection();
4 references to Filters
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\DefaultApplicationModelProvider.cs (1)
47
foreach (var filter in _mvcOptions.
Filters
)
Infrastructure\MvcCoreMvcOptionsSetup.cs (1)
68
options.
Filters
.Add(new UnsupportedContentTypeFilter());
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\CompiledPageActionDescriptorFactory.cs (1)
30
_globalFilters = mvcOptions.
Filters
;
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DependencyInjection\TempDataMvcOptionsSetup.cs (1)
17
options.
Filters
.Add(new SaveTempDataAttribute());