Advertisement
gyrospring

✒ 0007.0002 VS2017 VB MVC5 Razor FilterConfig.vb

Mar 21st, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Public Module FilterConfig
  2.  
  3.  
  4.  
  5.  
  6. Public Sub RegisterGlobalFilters(ByVal filters As GlobalFilterCollection)
  7.  
  8.  
  9. filters.Add(New HandleErrorAttribute())
  10.  
  11.  
  12. End Sub
  13.  
  14.  
  15.  
  16.  
  17. End Module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement