Implemented interface member:
property
Attributes
Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel.Attributes
4 references to Attributes
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)
190var attribute = Assert.Single(parameter.Attributes); 199Assert.Empty(parameter.Attributes);