Implemented interface member:
property
Attributes
Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel.Attributes
5 references to Attributes
ApplicationModelWebSite (1)
Conventions\FromHeaderConvention.cs (1)
15if (param.Attributes.Any(p => p.GetType() == typeof(FromHeaderAttribute)))
Microsoft.AspNetCore.Mvc.Core (2)
ApplicationModels\ApplicationModelConventions.cs (2)
69parameter.Attributes 78var parameterBaseConventions = GetConventions<IParameterModelBaseConvention>(conventions, parameter.Attributes);
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApplicationModels\DefaultApplicationModelProviderTest.cs (2)
189var attribute = Assert.Single(parameter.Attributes); 198Assert.Empty(parameter.Attributes);