I have a routelink :
@Html.RouteLink("Campaigns", "DefaultApi", new { controller = "Campaign", httproute = true })
that results in "http://localhost:54614/api/v0.1/ReportData/Account"
what I want to do is write a Routelink - that would result in
"http://localhost:54614/api/v0.1/ReportData/Account/?$top=20"
How can I do that ?