X.PagedList
X.PagedList copied to clipboard
src: Mvc.Core: Make HtmlAttribute properties non-null
There is no point in setting either Key or Value of the HtmlAttribute to "null" or not set one of them at all. For this particular purpose, the "required" modifier was introduced in C# 11.
Use it where possible (.NET 7+) and provide non-null default values otherwise (.NET 6).