Bonjour,

Est qu'il est possible de passer le contenu de mon TextAreaFor dans ActionLink ?

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
 <%= Html.TextAreaFor(x => x.CancelComment, 6, 100, new { id = "CancelCommentTextArea", @class = "atleastone coherency", group = "itemgroupcomment" })%>
 
 <%= Html.ActionLinkSecured("Next", "ValidCancel", "Cancel", new { contenutextarea = ???????? }, new { })%>