I have class:
EmployeeListViewModel
with property List<Int32> EmployeeIDs
.
I need transfer with get request.
I do not want to see a request like EmployeeIDs[]=1&EmployeeIDs[]=2
...
I want to specify a tag which has a short name of this parameter
example:
empl[]=1&empl[]=2