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