C# 클래스 OWASPDemos.Controllers.RedirectController

상속: Controller
파일 보기 프로젝트 열기: blowdart/OWASPDemos

공개 메소드들

메소드 설명
Bad ( string target ) : System.Web.Mvc.ActionResult
Good ( int id ) : System.Web.Mvc.ActionResult

메소드 상세

Bad() 공개 메소드

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

Good() 공개 메소드

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