Saturday, July 18, 2015

change actionlink color

<td>
                @Html.ActionLink("Details", "Details", new { _id = item._id }, new { style = "color: #000"}) |
                @Html.ActionLink("Register", "Register", new { _id = item._id }, new { style = "color: #000" })
            </td>
        </tr>

No comments:

Post a Comment