C# Class InspectR.Controllers.InspectRController

Inheritance: Controller
Afficher le fichier Open project: remcoros/InspectR

Méthodes publiques

Méthode Description
Create ( bool isprivate ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Inspect ( string id ) : System.Web.Mvc.ActionResult
InspectRController ( ) : System.Collections.Generic

Méthodes protégées

Méthode Description
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Method Details

Create() public méthode

public Create ( bool isprivate ) : System.Web.Mvc.ActionResult
isprivate bool
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Inspect() public méthode

public Inspect ( string id ) : System.Web.Mvc.ActionResult
id string
Résultat System.Web.Mvc.ActionResult

InspectRController() public méthode

public InspectRController ( ) : System.Collections.Generic
Résultat System.Collections.Generic

OnActionExecuting() protected méthode

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Résultat void