How can I turn this /Home/About/
into just /About/
using the rules in the Global.aspx file?
public static void RegisterRoutes(RouteCollection routes)
{
routes.MapRoute(
"About", // Route name
"About", // URL
new { controller = "Home", action = "About" });
...
}
@Scott: Thanks. Fixed it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With