C# 클래스 Rabbit.MvcController

상속: WebPage
파일 보기 프로젝트 열기: yysun/Rabbit

보호된 프로퍼티들

프로퍼티 타입 설명
lastAction string

공개 메소드들

메소드 설명
Execute ( ) : void
ExecutePageHierarchy ( ) : void

보호된 메소드들

메소드 설명
Run ( ) : void
View ( object model, string viewName = null ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ExecutePageHierarchy() 공개 메소드

public ExecutePageHierarchy ( ) : void
리턴 void

Run() 보호된 메소드

protected Run ( ) : void
리턴 void

View() 보호된 메소드

protected View ( object model, string viewName = null ) : void
model object
viewName string
리턴 void

프로퍼티 상세

lastAction 보호되어 있는 프로퍼티

protected string lastAction
리턴 string