Click or drag to resize
Module Methods

The Module type exposes the following members.

Methods
  Name Description
Public method Activated
Invoked when a module is activated.
Protected method BeginExecute (Inherited from Controller.)
Protected method BeginExecuteCore (Inherited from Controller.)
Protected method Content(String) (Inherited from Controller.)
Protected method Content(String, String) (Inherited from Controller.)
Protected method Content(String, String, Encoding) (Inherited from Controller.)
Protected method CreateActionInvoker (Inherited from Controller.)
Protected method CreateTempDataProvider (Inherited from Controller.)
Public method Dispose (Inherited from Controller.)
Protected method Dispose(Boolean) (Inherited from Controller.)
Public method DraftItemDeleted
Invoked when a draft item has been deleted.
Public method DraftItemDeleting
Invoked when a draft item is deleting.
Public method DraftItemPublished
Invoked when a draft item has been published.
Public method DraftItemPublishing
Invoked when a draft item is publishing.
Protected method EndExecute (Inherited from Controller.)
Protected method EndExecuteCore (Inherited from Controller.)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Execute (Inherited from ControllerBase.)
Protected method ExecuteCore (Inherited from Controller.)
Protected method File(Byte, String) (Inherited from Controller.)
Protected method File(Stream, String) (Inherited from Controller.)
Protected method File(String, String) (Inherited from Controller.)
Protected method File(Byte, String, String) (Inherited from Controller.)
Protected method File(Stream, String, String) (Inherited from Controller.)
Protected method File(String, String, String) (Inherited from Controller.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method HandleUnknownAction (Inherited from Controller.)
Protected method HttpNotFound (Inherited from Controller.)
Protected method HttpNotFound(String) (Inherited from Controller.)
Protected method Initialize (Inherited from Controller.)
Protected method JavaScript (Inherited from Controller.)
Protected method Json(Object) (Inherited from Controller.)
Protected method Json(Object, String) (Inherited from Controller.)
Protected method Json(Object, JsonRequestBehavior) (Inherited from Controller.)
Protected method Json(Object, String, Encoding) (Inherited from Controller.)
Protected method Json(Object, String, JsonRequestBehavior) (Inherited from Controller.)
Protected method Json(Object, String, Encoding, JsonRequestBehavior) (Inherited from Controller.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method ModuleView(String)
Returns a rendered view model.
Protected method ModuleView(String, ViewFolderSource)
Returns a rendered view model.
Protected method ModuleView(String, Object)
Returns a rendered view model.
Protected method ModuleView(String, Object, ViewFolderSource)
Returns a rendered view model.
Protected method ModuleView(Guid, String, Object, ViewFolderSource)
Returns a rendered view model.
Protected method OnActionExecuted (Inherited from Controller.)
Protected method OnActionExecuting (Inherited from Controller.)
Protected method OnAuthentication (Inherited from Controller.)
Protected method OnAuthenticationChallenge (Inherited from Controller.)
Protected method OnAuthorization (Inherited from Controller.)
Protected method OnException (Inherited from Controller.)
Protected method OnResultExecuted (Inherited from Controller.)
Protected method OnResultExecuting (Inherited from Controller.)
Protected method PartialView (Inherited from Controller.)
Protected method PartialView(Object) (Inherited from Controller.)
Protected method PartialView(String) (Inherited from Controller.)
Protected method PartialView(String, Object) (Inherited from Controller.)
Protected method Redirect (Inherited from Controller.)
Protected method RedirectPermanent (Inherited from Controller.)
Protected method RedirectToAction(String) (Inherited from Controller.)
Protected method RedirectToAction(String, Object) (Inherited from Controller.)
Protected method RedirectToAction(String, RouteValueDictionary) (Inherited from Controller.)
Protected method RedirectToAction(String, String) (Inherited from Controller.)
Protected method RedirectToAction(String, String, Object) (Inherited from Controller.)
Protected method RedirectToAction(String, String, RouteValueDictionary) (Inherited from Controller.)
Protected method RedirectToActionPermanent(String) (Inherited from Controller.)
Protected method RedirectToActionPermanent(String, Object) (Inherited from Controller.)
Protected method RedirectToActionPermanent(String, RouteValueDictionary) (Inherited from Controller.)
Protected method RedirectToActionPermanent(String, String) (Inherited from Controller.)
Protected method RedirectToActionPermanent(String, String, Object) (Inherited from Controller.)
Protected method RedirectToActionPermanent(String, String, RouteValueDictionary) (Inherited from Controller.)
Protected method RedirectToRoute(Object) (Inherited from Controller.)
Protected method RedirectToRoute(RouteValueDictionary) (Inherited from Controller.)
Protected method RedirectToRoute(String) (Inherited from Controller.)
Protected method RedirectToRoute(String, Object) (Inherited from Controller.)
Protected method RedirectToRoute(String, RouteValueDictionary) (Inherited from Controller.)
Protected method RedirectToRoutePermanent(Object) (Inherited from Controller.)
Protected method RedirectToRoutePermanent(RouteValueDictionary) (Inherited from Controller.)
Protected method RedirectToRoutePermanent(String) (Inherited from Controller.)
Protected method RedirectToRoutePermanent(String, Object) (Inherited from Controller.)
Protected method RedirectToRoutePermanent(String, RouteValueDictionary) (Inherited from Controller.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected method TryUpdateModel``1(UMP) (Inherited from Controller.)
Protected method TryUpdateModel``1(UMP, String) (Inherited from Controller.)
Protected method TryUpdateModel``1(UMP, String) (Inherited from Controller.)
Protected method TryUpdateModel``1(UMP, IValueProvider) (Inherited from Controller.)
Protected method TryUpdateModel``1(UMP, String, String) (Inherited from Controller.)
Protected method TryUpdateModel``1(UMP, String, IValueProvider) (Inherited from Controller.)
Protected method TryUpdateModel``1(UMP, String, IValueProvider) (Inherited from Controller.)
Protected method TryUpdateModel``1(UMP, String, String, String) (Inherited from Controller.)
Protected method TryUpdateModel``1(UMP, String, String, IValueProvider) (Inherited from Controller.)
Protected method TryUpdateModel``1(UMP, String, String, String, IValueProvider) (Inherited from Controller.)
Protected method TryValidateModel(Object) (Inherited from Controller.)
Protected method TryValidateModel(Object, String) (Inherited from Controller.)
Protected method UpdateModel``1(UMP) (Inherited from Controller.)
Protected method UpdateModel``1(UMP, String) (Inherited from Controller.)
Protected method UpdateModel``1(UMP, String) (Inherited from Controller.)
Protected method UpdateModel``1(UMP, IValueProvider) (Inherited from Controller.)
Protected method UpdateModel``1(UMP, String, String) (Inherited from Controller.)
Protected method UpdateModel``1(UMP, String, IValueProvider) (Inherited from Controller.)
Protected method UpdateModel``1(UMP, String, IValueProvider) (Inherited from Controller.)
Protected method UpdateModel``1(UMP, String, String, String) (Inherited from Controller.)
Protected method UpdateModel``1(UMP, String, String, IValueProvider) (Inherited from Controller.)
Protected method UpdateModel``1(UMP, String, String, String, IValueProvider) (Inherited from Controller.)
Protected method ValidateAll
Call validation on all modules associates with the request thread.
Protected method ValidateModel(Object) (Inherited from Controller.)
Protected method ValidateModel(Object, String) (Inherited from Controller.)
Protected method View (Inherited from Controller.)
Protected method View(Object) (Inherited from Controller.)
Protected method View(String) (Inherited from Controller.)
Protected method View(IView) (Inherited from Controller.)
Protected method View(String, String) (Inherited from Controller.)
Protected method View(String, Object) (Inherited from Controller.)
Protected method View(IView, Object) (Inherited from Controller.)
Protected method View(String, String, Object) (Inherited from Controller.)
Top
See Also