5 implementations of Attributes
Microsoft.AspNetCore.Mvc.Core (4)
ApplicationModels\ActionModel.cs (1)
95public IReadOnlyList<object> Attributes { get; }
ApplicationModels\ControllerModel.cs (1)
96public IReadOnlyList<object> Attributes { get; }
ApplicationModels\ParameterModel.cs (1)
55public new IReadOnlyList<object> Attributes => base.Attributes;
ApplicationModels\PropertyModel.cs (1)
54public new IReadOnlyList<object> Attributes => base.Attributes;
Microsoft.AspNetCore.Mvc.RazorPages (1)
ApplicationModels\PageHandlerModel.cs (1)
86public IReadOnlyList<object> Attributes { get; }