If you need to generate a URL link in ASP.NET MVC within your view or controller logic with help of T4MVC, just use the following syntax:
Url.Action(MVC.Offer.Edit(offer.Id))
Peter Stegnar's software development reflections on software development, cloud computing and quants. Some random thoughts are also on the line.
Url.Action(MVC.Offer.Edit(offer.Id))