I’ve worked on web forms for a while and am not used to mvc.
Here is what i want to do:
<% if guest then %>
URL.RouteURL("AcccountCreate?login=guest")
<% end if %>
However I can’t do this because it says a route with this name has not been created. And I am assuming it would be silly to create a route for this.
or if you want to generate directly a link:
You can also specify the controller: