Is there a way to generate a url with T4MVC with a parameter of list? Right now it gives me this.
public virtual ActionResult Scoresheets(int? eventId, int? gameId, List<int> gameIds)
{
Url.ActionAbsolute(MVC.EventReports.Scoresheets(eventId, gameId, gameIds))
http://localhost:2222/24086/event/documents/scoresheets?gameids=system.collections.generic.list%601%5bsystem.int32%5d