Advertisement
gyrospring

✒ 0007.0036 VS2019 VB MVC5 Razor global.asax

Apr 18th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Public Class MvcApplication
  2.  
  3.  
  4.  
  5.  
  6. Inherits System.Web.HttpApplication
  7.  
  8.  
  9.  
  10.  
  11. Sub Application_Start()
  12.  
  13.  
  14. FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters)
  15.  
  16. RouteConfig.RegisterRoutes(RouteTable.Routes)
  17.  
  18.  
  19. End Sub
  20.  
  21.  
  22.  
  23.  
  24. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement