Метод | Описание | |
---|---|---|
ActionResult ( string action, string>.Dictionary |
||
ActionResult ( string action, |
||
ActionResult ( string action, HttpStatusCode code, string description ) : System | ||
ActionResult ( string action, int code, string description ) : System |
public ActionResult ( string action, string>.Dictionary |
||
action | string | |
parameters | string>.Dictionary | |
Результат | System |
public ActionResult ( string action, |
||
action | string | |
exception | ||
Результат | System |
public ActionResult ( string action, HttpStatusCode code, string description ) : System | ||
action | string | |
code | HttpStatusCode | |
description | string | |
Результат | System |
public ActionResult ( string action, int code, string description ) : System | ||
action | string | |
code | int | |
description | string | |
Результат | System |