메소드 | 설명 | |
---|---|---|
ExecuteResult ( ControllerContext context ) : void | ||
HtmlResult ( int statusCode, string html ) : System |
public ExecuteResult ( ControllerContext context ) : void | ||
context | ControllerContext | |
리턴 | void |
public HtmlResult ( int statusCode, string html ) : System | ||
statusCode | int | |
html | string | |
리턴 | System |