C# Class OWASPDemos.Controllers.CsrfController

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

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
Protected ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Transfer ( string fromAccountId, string toAccountId, decimal amount = null ) : System.Web.Mvc.ActionResult
TransferProtected ( string fromAccountId, string toAccountId, decimal amount = null ) : 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