메소드 | 설명 | |
---|---|---|
DefaultViewAttribute ( ) : System | ||
DefaultViewAttribute ( string view ) : System | ||
DefaultViewAttribute ( string view, string template ) : System | ||
Execute ( IRequest req, IResponse res, object requestDto ) : void |
public DefaultViewAttribute ( string view ) : System | ||
view | string | |
리턴 | System |
public DefaultViewAttribute ( string view, string template ) : System | ||
view | string | |
template | string | |
리턴 | System |
public Execute ( IRequest req, IResponse res, object requestDto ) : void | ||
req | IRequest | |
res | IResponse | |
requestDto | object | |
리턴 | void |