C# Class OWASPDemos.Controllers.MissingAccessControlController

Inheritance: Controller
Afficher le fichier Open project: blowdart/OWASPDemos

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult
Protected ( ) : System.Web.Mvc.ActionResult
ProtectedSecretThing ( ) : System.Web.Mvc.ActionResult
SecretThing ( ) : System.Web.Mvc.ActionResult

Method Details

Index() public méthode

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

Protected() public méthode

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

ProtectedSecretThing() public méthode

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

SecretThing() public méthode

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