Html.Action link and Html.RouteLink
        Posted  
        
            by Sagar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sagar
        
        
        
        Published on 2010-04-08T11:21:11Z
        Indexed on 
            2010/04/08
            11:23 UTC
        
        
        Read the original article
        Hit count: 1053
        
mvc
|asp.net-mvc-routing
Even If the url is same can i go to different action using Html.RouteLink and Action Link.Like when i click on news link i will go to news details.The url of this page is http://localhost:1390/en-US/latestnews/125.Now if i select the ddl of language in the site header in this pagei need to go to the home page of the site.The ddl (on change) will take the same url but this time it needs to go to action in the sane controller.
© Stack Overflow or respective owner