C# Class MvcApplication17.Controllers.HomeController

Inheritance: Controller
Show file Open project: jeffreypalermo/mvc2inaction

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
Secure ( ) : System.Web.Mvc.ActionResult
SecurePost ( ) : System.Web.Mvc.ActionResult
Vulnerable ( ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

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

Secure() public method

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

SecurePost() public method

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

Vulnerable() public method

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