How to make route of area
Microsoft Net Framework

     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");

Share This with your friend by choosing any social account


Upcoming Articles
You may also read following recent Post
Copyright Future Minutes © 2015- 2024 All Rights Reserved.   Terms of Service  |   Privacy Policy |  Contact US|  Pages|  Whats new?
Update on: Dec 20 2023 05:10 PM