How to work with Action Link when using CSS

前端 未结 3 1201
情深已故
情深已故 2021-01-26 10:10
  • 3条回答
    •  日久生厌
      2021-01-26 10:46

      Write code this way:

    • @Html.ActionLink("User Security", "Index", new { Area = "Tools", Controller = "UserSecurity" }, new { @class = "rtsLink"})
    • `

    提交回复
    热议问题