pass ActionLink parameters to perform GET
        Posted  
        
            by rod
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by rod
        
        
        
        Published on 2010-06-17T13:31:15Z
        Indexed on 
            2010/06/17
            13:43 UTC
        
        
        Read the original article
        Hit count: 345
        
ASP.NET
|asp.net-mvc
Hi All,
Is there a way to perform a GET and pass parameters using Ajax.ActionLink
<%= Ajax.ActionLink("12", "ActionMethod", new { id = 1} ...
Currently, the line above performs a POST.
Thanks, rod.
© Stack Overflow or respective owner