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)
85var attribute = Assert.Single(property.Attributes); 94Assert.Empty(property.Attributes); 102var attribute = Assert.Single(property.Attributes); 137var attribute = Assert.Single(property.Attributes); 146Assert.Empty(property.Attributes); 154var attribute = Assert.Single(property.Attributes);
ApplicationModels\PropertyModelTest.cs (1)
19propertyModel.BindingInfo = BindingInfo.GetBindingInfo(propertyModel.Attributes);