Url.Action not outputting URL
问题 I'm using Url.Action so that I can create more complex HTML links as ActionLink doesn't allow HTML inside them. Example: <a class="uiButton" href="@Url.Action("Areas","Organisations","Manage","Create")" title="New Organisation"> <span class="icon organisations-new">New Organisation</span> </a> However the URL doesn't appear in the href ? Any ideas why ? :/ 回答1: You are using this overload of Url.Action public string Action( string actionName, string controllerName, Object routeValues, string