Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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;"})
 
PREVIOUS NEXT
Tagged: #To #set #HTML #attribute #css #styles #html #helper #control #mvc
ADD COMMENT
Topic
Name
4+3 =