Hi guys,
is there a way to send multiple parameters to controller as one parameter?
for example, if I have route:
{controller}/{action}/{languages}
can parameter languages be array of strings? if it does, how to use it...how to send array to controller and how to parse it in controller method?
thanks Marko