With URL Parameter
@Html.ActionLink("My Link", "Action", "Contoller", new { id=1 },new { data_transition="slide"})
Without URL Parameter
@Html.ActionLink("My Link", "Action", "Contoller", null ,new { data_transition="slide"})
Tuesday, July 2, 2013
Subscribe to:
Post Comments (Atom)
No comments:
Write comments