







Methods marked with BeforeFilter will be invoked before each request.
Namespace:
HttpServer.Controllers
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Remarks
BeforeFilters should take no arguments and return false
if controller method should not be invoked.