Implemented interface member:
property
Attributes
Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel.Attributes
8 references to Attributes
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\ApplicationModelConventions.cs (1)
89var parameterBaseConventions = GetConventions<IParameterModelBaseConvention>(conventions, property.Attributes);
Microsoft.AspNetCore.Mvc.Core.Test (7)
ApplicationModels\DefaultApplicationModelProviderTest.cs (6)
84var attribute = Assert.Single(property.Attributes); 93Assert.Empty(property.Attributes); 101var attribute = Assert.Single(property.Attributes); 136var attribute = Assert.Single(property.Attributes); 145Assert.Empty(property.Attributes); 153var attribute = Assert.Single(property.Attributes);
ApplicationModels\PropertyModelTest.cs (1)
19propertyModel.BindingInfo = BindingInfo.GetBindingInfo(propertyModel.Attributes);