메소드 | 설명 | |
---|---|---|
Bad ( string target ) : System.Web.Mvc.ActionResult | ||
Good ( int id ) : System.Web.Mvc.ActionResult |
public Bad ( string target ) : System.Web.Mvc.ActionResult | ||
target | string | |
리턴 | System.Web.Mvc.ActionResult |
public Good ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
리턴 | System.Web.Mvc.ActionResult |