Click or drag to resize
Module Properties

The Module type exposes the following members.

Properties
  Name Description
Public property ActionInvoker (Inherited from Controller.)
Public property AssemblyId
Gets the unique identifier of the module's assembly.
Public property AsyncManager (Inherited from Controller.)
Protected property Binders (Inherited from Controller.)
Public property Context
Gets the context at runtime.
Public property ControllerContext (Inherited from ControllerBase.)
Protected property DisableAsyncSupport (Inherited from Controller.)
Public property DraftItem
Gets the draft item for the module to render. Only available in Admin based view modes.
Public property HttpContext
Gets a HttpContextBase object.
Public property IsPostBack
Gets a value indicating the request is a post back.
Public property ModelState (Inherited from Controller.)
Public property ModuleId
Gets the unique identifier of the item's module.
Public property MultipleSiteModes
Gets a value indicating the account has multiple site modes.
Public property NewItemRequest
Gets the new item request.
Public property PostBackArgument
Gets a custom argument of the post back event, if any.
Public property PostBackEvent
Gets the event that triggered the post back, if any.
Public property Profile (Inherited from Controller.)
Public property PublishedItem
Gets the published item for the module to render. Only available in the WebView mode.
Public property Request
Gets a HttpRequestBase object.
Public property Resolver (Inherited from Controller.)
Public property Response
Gets a HttpResponseBase object.
Public property RouteData (Inherited from Controller.)
Public property Server
Gets a HttpServerUtilityBase object.
Public property Session
Gets a HttpSessionStateBase object.
Public property SiteMode
Gets the mode of the site the request is processed on.
Public property TempData (Inherited from ControllerBase.)
Public property TempDataProvider (Inherited from Controller.)
Public property Url (Inherited from Controller.)
Public property User (Inherited from Controller.)
Public property ValidateRequest (Inherited from ControllerBase.)
Public property ValueProvider (Inherited from ControllerBase.)
Public property Verb
Gets the HTTP verb of the request.
Public property ViewBag (Inherited from ControllerBase.)
Public property ViewData (Inherited from ControllerBase.)
Public property ViewEngineCollection (Inherited from Controller.)
Top
See Also