diff --git a/src/Mvc/Mvc.Core/src/Filters/FilterCollection.cs b/src/Mvc/Mvc.Core/src/Filters/FilterCollection.cs index b5ea9a26c1..bb0f56ef9f 100644 --- a/src/Mvc/Mvc.Core/src/Filters/FilterCollection.cs +++ b/src/Mvc/Mvc.Core/src/Filters/FilterCollection.cs @@ -10,10 +10,10 @@ namespace Microsoft.AspNetCore.Mvc.Filters public class FilterCollection : Collection { /// - /// Adds a type representing an . + /// Adds a type representing a . /// - /// Type representing an . - /// An representing the added type. + /// Type representing a . + /// A representing the added type. /// /// Filter instances will be created using /// . @@ -25,10 +25,10 @@ namespace Microsoft.AspNetCore.Mvc.Filters } /// - /// Adds a type representing an . + /// Adds a type representing a . /// - /// Type representing an . - /// An representing the added type. + /// Type representing a . + /// A representing the added type. /// /// Filter instances will be created using /// . @@ -45,11 +45,11 @@ namespace Microsoft.AspNetCore.Mvc.Filters } /// - /// Adds a type representing an . + /// Adds a type representing a . /// - /// Type representing an . + /// Type representing a . /// The order of the added filter. - /// An representing the added type. + /// A representing the added type. /// /// Filter instances will be created using /// . @@ -61,11 +61,11 @@ namespace Microsoft.AspNetCore.Mvc.Filters } /// - /// Adds a type representing an . + /// Adds a type representing a . /// - /// Type representing an . + /// Type representing a . /// The order of the added filter. - /// An representing the added type. + /// A representing the added type. /// /// Filter instances will be created using /// . @@ -92,10 +92,10 @@ namespace Microsoft.AspNetCore.Mvc.Filters } /// - /// Adds a type representing an . + /// Adds a type representing a . /// - /// Type representing an . - /// An representing the added service type. + /// Type representing a . + /// A representing the added service type. /// /// Filter instances will be created through dependency injection. Use /// to register a service that will be created via @@ -107,10 +107,10 @@ namespace Microsoft.AspNetCore.Mvc.Filters } /// - /// Adds a type representing an . + /// Adds a type representing a . /// - /// Type representing an . - /// An representing the added service type. + /// Type representing a . + /// A representing the added service type. /// /// Filter instances will be created through dependency injection. Use /// to register a service that will be created via @@ -127,11 +127,11 @@ namespace Microsoft.AspNetCore.Mvc.Filters } /// - /// Adds a type representing an . + /// Adds a type representing a . /// - /// Type representing an . + /// Type representing a . /// The order of the added filter. - /// An representing the added service type. + /// A representing the added service type. /// /// Filter instances will be created through dependency injection. Use /// to register a service that will be created via @@ -143,11 +143,11 @@ namespace Microsoft.AspNetCore.Mvc.Filters } /// - /// Adds a type representing an . + /// Adds a type representing a . /// - /// Type representing an . + /// Type representing a . /// The order of the added filter. - /// An representing the added service type. + /// A representing the added service type. /// /// Filter instances will be created through dependency injection. Use /// to register a service that will be created via