Answers for "To set HTML attribute and css styles in html helper control in mvc"

CSS
0

To set HTML attribute and css styles in html helper control in mvc

@Html.ActionLink(emp.Name, "EmployeeDetail", new { Id = emp.Id },
                 new { target="_blank", 
                  	  style="font-weight: bold;color: red;"})
Posted by: Guest on May-07-2020

Browse Popular Code Answers by Language