Implemented interface member:
property
Attributes
Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel.Attributes
2 writes to Attributes
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\PageHandlerModel.cs (2)
26
Attributes
= attributes ?? throw new ArgumentNullException(nameof(attributes));
48
Attributes
= new List<object>(other.Attributes);
2 references to Attributes
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\PageHandlerModel.cs (1)
48
Attributes = new List<object>(other.
Attributes
);
Infrastructure\CompiledPageActionDescriptorFactory.cs (1)
69
var handlerModelConventions = GetConventions<IPageHandlerModelConvention>(handlerModel.
Attributes
);