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