Can PHP array passed POST method to catch in ASP.NET MVC?
        Posted  
        
            by RendeRR
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by RendeRR
        
        
        
        Published on 2010-03-26T13:02:18Z
        Indexed on 
            2010/03/26
            13:03 UTC
        
        
        Read the original article
        Hit count: 186
        
php
|asp.net-mvc
Can PHP array passed POST method to catch in ASP.NET MVC?
Query string: WebAccess/ArrayTest?val[]=1&val[]=2&val[]=3
I write: ActionResult ArrayTest (String[] val)
But this only works if the query string to remove the "[]"
© Stack Overflow or respective owner