Answers for "register routes"

0

register routes

public class MvcApplication : System.Web.HttpApplication
{
    protected void Application_Start()
    {
        RouteConfig.RegisterRoutes(RouteTable.Routes);
    }
}
Posted by: Guest on October-07-2021

Browse Popular Code Answers by Language