Asp.net Core Mvc C# Enums Html Razor Html.getenumselectlist - Getting Enum Values With Spaces October 23, 2024 Post a Comment 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
Asp.net Core Mvc Asp.net Mvc Data Transfer Html How Do I Send A String Through Html Into A Controller. Asp.net Mvc April 21, 2024 Post a Comment I have a method that exports data into Excel called ExportCSV(). I would like a method that has som… Read more How Do I Send A String Through Html Into A Controller. Asp.net Mvc