Sample
public override void RegisterArea(AreaRegistrationContext context)
{
context.MapRoute(
"Cpanel_default",
"Cpanel/{controller}/{action}/{id}",
new { controller="Home", action = "Index", id = UrlParameter.Optional },
new [] {"NT.Areas.Cpanel.Controllers"}
);
}
No comments:
Post a Comment