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