Click or drag to resize

Koden.Utils.MVC.Attributes Namespace

Koden.Utils.MVC.Attributes namespace adds attributes to MVC projects consistent with Koden.Utils.* utilties and allows for easy use of the FWRetVal for framework consistency.
Classes
  ClassDescription
Public classAjaxOnly
Force Action to be called via Ajax only - no direct call allowed.
Public classExportModelStateToTempData
Public classImportModelStateFromTempData
Public classModelStateTempDataTransfer
Public classRequiresAuthenticationAttribute
Checks the User's authentication using FormsAuthentication and redirects to the Login Url for the application on fail
Public classSecureThisAttribute
Secure This attribute ensures that a single Method can only be called by a certain level of authorization
Public classUseSSL
Attribute used to ensure SSL is used during the method call