Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. @Html.ActionLink(item.ListingDate.ToString("MM/dd/yyyy"), "MyActionMethod", "ControllerName", item.Id , null)
  2.  
  3. public async Task<ActionResult> MyActionMethod(string Id) // it is coming null here
  4. {
  5. //Mycode
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement