Monday, January 6, 2014

URL.Action with a reference to another area in the project

Want to create a URL pointing to another area in your MVC application? Use

@Url.Action("Details", "Organisation", new {id = someid, Area = ""})

Area = "" is the root. Add you area....