Use a parameter name in the query string. If you have an action:
public void DoSomething(string[] values)
Then use values in the query string to pass an array to a server:
?values=this&values=that
Use a parameter name in the query string. If you have an action:
public void DoSomething(string[] values)
Then use values in the query string to pass an array to a server:
?values=this&values=that