2 types derived from ResultFilterAttribute
XmlFormattersWebSite (2)
Controllers\XmlDataContractApiController.cs (1)
14private class SetupOutputFormattersAttribute : ResultFilterAttribute
Controllers\XmlSerializedApiController.cs (1)
14private class SetupOutputFormattersAttribute : ResultFilterAttribute
3 references to ResultFilterAttribute
Microsoft.AspNetCore.Mvc.Core.Test (3)
Filters\ResultFilterAttributeTest.cs (3)
16new Mock<ResultFilterAttribute>()); 23new Mock<ResultFilterAttribute>()); 30new Mock<ResultFilterAttribute>());