The CartellaBaseController type exposes the following members.

Constructors

  NameDescription
Public methodCartellaBaseController
Initializes a new instance of the CartellaBaseController class

Methods

  NameDescription
Public methodDispose (Inherited from Controller.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRenderRazorViewToString
Public methodRequestHttpVerb
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldEmailAgent

Properties

  NameDescription
Public propertyActionInvoker (Inherited from Controller.)
Public propertyControllerContext (Inherited from ControllerBase.)
Public propertyHttpContext (Inherited from Controller.)
Public propertyModelState (Inherited from Controller.)
Public propertyRequest (Inherited from Controller.)
Public propertyResponse (Inherited from Controller.)
Public propertyRouteData (Inherited from Controller.)
Public propertyServer (Inherited from Controller.)
Public propertySession (Inherited from Controller.)
Public propertyTempData (Inherited from ControllerBase.)
Public propertyTempDataProvider (Inherited from Controller.)
Public propertyUrl (Inherited from Controller.)
Public propertyUser (Inherited from Controller.)
Public propertyValidateRequest (Inherited from ControllerBase.)
Public propertyValueProvider (Inherited from ControllerBase.)
Public propertyViewBag (Inherited from ControllerBase.)
Public propertyViewData (Inherited from ControllerBase.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodSystem#Web#Mvc#IController#Execute (Inherited from ControllerBase.)
Explicit interface implemetationPrivate methodSystem#Web#Mvc#IActionFilter#OnActionExecuted (Inherited from Controller.)
Explicit interface implemetationPrivate methodSystem#Web#Mvc#IActionFilter#OnActionExecuting (Inherited from Controller.)
Explicit interface implemetationPrivate methodSystem#Web#Mvc#IAuthorizationFilter#OnAuthorization (Inherited from Controller.)
Explicit interface implemetationPrivate methodSystem#Web#Mvc#IExceptionFilter#OnException (Inherited from Controller.)
Explicit interface implemetationPrivate methodSystem#Web#Mvc#IResultFilter#OnResultExecuted (Inherited from Controller.)
Explicit interface implemetationPrivate methodSystem#Web#Mvc#IResultFilter#OnResultExecuting (Inherited from Controller.)

See Also