메소드 | 설명 | |
---|---|---|
BadRequest ( ) : System.Web.Mvc.ActionResult | ||
CheckForUnauthorized ( |
||
Forbidden ( ) : System.Web.Mvc.ActionResult | ||
MethodNotAllowed ( ) : System.Web.Mvc.ActionResult | ||
NotFound ( ) : System.Web.Mvc.ActionResult | ||
Unauthorized ( ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
GetActionName ( int statusCode ) : string |
public BadRequest ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
public static CheckForUnauthorized ( |
||
context | ||
리턴 | void |
public Forbidden ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
protected GetActionName ( int statusCode ) : string | ||
statusCode | int | |
리턴 | string |
public MethodNotAllowed ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |
public Unauthorized ( ) : System.Web.Mvc.ActionResult | ||
리턴 | System.Web.Mvc.ActionResult |