Skip to content Skip to sidebar Skip to footer
Showing posts with the label Asp.net Core Mvc

Evenly Split Items As Screen Shrinks

I have a menu that can have a variable number of items. As the screen width decreases, I would like… Read more Evenly Split Items As Screen Shrinks

Html.getenumselectlist - Getting Enum Values With Spaces

I was using asp-items='@Html.GetEnumSelectList(typeof(Salary))' in my Razor view with a sel… Read more Html.getenumselectlist - Getting Enum Values With Spaces