I'm trying to use LinkBuilder.BuildUrlFromExpression from the Microsoft.Web.Mvc inside an ActionFilter and am wondering if this is the best way to get urls using strongly typed parameters:
LinkBuilder.BuildUrlFromExpression<HomeController>(filterContext.RequestContext, RouteTable.Routes, x => x.Login());