C# Class OWASPDemos.Controllers.RedirectController

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

Public Methods

Method Description
Bad ( string target ) : System.Web.Mvc.ActionResult
Good ( int id ) : System.Web.Mvc.ActionResult

Method Details

Bad() public method

public Bad ( string target ) : System.Web.Mvc.ActionResult
target string
return System.Web.Mvc.ActionResult

Good() public method

public Good ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult