C# Class Rabbit.MvcController

Inheritance: WebPage
显示文件 Open project: yysun/Rabbit

Protected Properties

Property Type Description
lastAction string

Public Methods

Method Description
Execute ( ) : void
ExecutePageHierarchy ( ) : void

Protected Methods

Method Description
Run ( ) : void
View ( object model, string viewName = null ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

ExecutePageHierarchy() public method

public ExecutePageHierarchy ( ) : void
return void

Run() protected method

protected Run ( ) : void
return void

View() protected method

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

Property Details

lastAction protected_oe property

protected string lastAction
return string