Site Controllers - HammerheadShark666/jwm-photography GitHub Wiki
Overview
The **Photography Site Controller ** folder provides the controller/actions for accessing the site pages and ajax calls.
The following controllers are present in the project.
- BaseController
- FavouritesController
- GalleryController
- HomeController
- UserGalleryController
- UserGalleryPhotoController
The actions in the controllers are called asynchronously.
Errors are handled by the GlobalExceptionHandlerExtension which is middleware.
The controllers use the Authorize attribute set for User/Admin roles for authorisation of endpoints for registered users.
Code
The code for Site Controllers can be found at code