How to get current route information in OnActionExecuting
        Posted  
        
            by Blankman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Blankman
        
        
        
        Published on 2010-06-03T15:31:55Z
        Indexed on 
            2010/06/03
            15:34 UTC
        
        
        Read the original article
        Hit count: 250
        
my urls look like:
www.example.com/{languagecode}/{controller}/{action}/{id}
where language code is en-us, etc.
From the OnActionExecuting event, how can I get these values?
© Stack Overflow or respective owner