Advertisement
gyrospring

✒ 0001.0003 VS2017 VB MVC5 Razor HomeController.vb

Apr 28th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Public Class HomeController
  2.  
  3.  
  4.  
  5.  
  6. Inherits System.Web.Mvc.Controller
  7.  
  8.  
  9.  
  10.  
  11. Sub Index()
  12.  
  13.  
  14. Response.Redirect("https://internet-search.neocities.org")
  15. Response.End()
  16.  
  17.  
  18. End Sub
  19.  
  20.  
  21.  
  22.  
  23. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement