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