TRONIX Code Documentation
Loading...
Searching...
No Matches
Namespaces | Classes
Tronix.Web.Controllers Namespace Reference

Namespaces

namespace  Api
 
namespace  Common
 

Classes

class  AccountController
 
class  CancelController
 
class  ContractsController
 
class  CustomerController
 
class  DashboardController
 
class  DealJacketController
 
class  ErrorController
 NOTE: All of the HTTP 4* and 5* errors below are decorated as accepting any of the allowable HTTP verbs (see the full list at http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol). The reason for this is that our error handling performs a Server.TransferRequest so that users can just hit F5 to refresh any pages with errors instead of being redirected. This is fine unless the user just performed an HTTP POST to the server - the transfer request also transfers the verb action, so MVC has to accept any potential HTTP verb here so that the error can correctly propagate back to the user instead of receiving an HTTP 404. More...
 
class  HomeController
 
class  ManageController
 
class  PdfController
 
class  PendingDealsController
 
class  ProductController
 
class  PusherController
 
class  RecentDealsController
 
class  SSOController
 this is my poor man's SSO More...
 
class  ToolsController