HomeController Members

The HomeController type exposes the following members.

Methods


  Name Description
Protected method BeginExecute(System.Web.Routing.RequestContext,System.AsyncCallback,System.Object) (Inherited from Controller.)
Protected method BeginExecuteCore(System.AsyncCallback,System.Object) (Inherited from Controller.)
Protected method CreateActionInvoker (Inherited from Controller.)
Protected method CreateTempDataProvider (Inherited from Controller.)
Public method Dispose (Inherited from Controller.)
Protected method Dispose(System.Boolean) (Inherited from Controller.)
Protected method EndExecute(System.IAsyncResult) (Inherited from Controller.)
Protected method EndExecuteCore(System.IAsyncResult) (Inherited from Controller.)
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Execute(System.Web.Routing.RequestContext) (Inherited from ControllerBase.)
Protected method ExecuteCore (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 a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method HandleUnknownAction(System.String) (Inherited from Controller.)
Public method Index
Protected method Initialize(System.Web.Routing.RequestContext) (Inherited from Controller.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnActionExecuted(System.Web.Mvc.ActionExecutedContext) (Inherited from Controller.)
Protected method OnActionExecuting(System.Web.Mvc.ActionExecutingContext) (Inherited from Controller.)
Protected method OnAuthentication(System.Web.Mvc.Filters.AuthenticationContext) (Inherited from Controller.)
Protected method OnAuthenticationChallenge(System.Web.Mvc.Filters.AuthenticationChallengeContext) (Inherited from Controller.)
Protected method OnAuthorization(System.Web.Mvc.AuthorizationContext) (Inherited from Controller.)
Protected method OnException(System.Web.Mvc.ExceptionContext) (Inherited from Controller.)
Protected method OnResultExecuted(System.Web.Mvc.ResultExecutedContext) (Inherited from Controller.)
Protected method OnResultExecuting(System.Web.Mvc.ResultExecutingContext) (Inherited from Controller.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties


  Name Description
Public property ActionInvoker (Inherited from Controller.)
Public property AsyncManager (Inherited from Controller.)
Public property ControllerContext (Inherited from ControllerBase.)
Protected property DisableAsyncSupport (Inherited from Controller.)
Public property HttpContext (Inherited from Controller.)
Public property ModelState (Inherited from Controller.)
Public property Profile (Inherited from Controller.)
Public property Request (Inherited from Controller.)
Public property Resolver (Inherited from Controller.)
Public property Response (Inherited from Controller.)
Public property RouteData (Inherited from Controller.)
Public property Server (Inherited from Controller.)
Public property Session (Inherited from Controller.)
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 ViewBag (Inherited from ControllerBase.)
Public property ViewData (Inherited from ControllerBase.)
Public property ViewEngineCollection (Inherited from Controller.)