How to make route of area

  By Zaif Ullah   Posted on October-05-2018   745

.Net

     routes.MapRoute(
            name: "Status",
            url: "client-registration-status",
            defaults: new { controller = "ClientSignup", action = "ClientRegistrationStatus", id = UrlParameter.Optional },
            namespaces: new[] { "SmSystem.WebUI.Areas.FrontEnd.Controllers" }
        ).DataTokens.Add("area", "FrontEnd");

By  zaifullah489-000001    05-Oct-2018 Views  745



You may also read following recent Post

Item Image
What are 3 C
 221
Item Image
what is .net
 452