C# Class OWASPDemos.Controllers.MissingAccessControlController

Inheritance: Controller
显示文件 Open project: blowdart/OWASPDemos

Public Methods

Method 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 method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Protected() public method

public Protected ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ProtectedSecretThing() public method

public ProtectedSecretThing ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

SecretThing() public method

public SecretThing ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult