有没有办法用T4MVC生成一个带有list参数的url?现在它给了我这个。
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