C# Class Rabbit.MvcController

Inheritance: WebPage
Afficher le fichier Open project: yysun/Rabbit

Protected Properties

Свойство Type Description
lastAction string

Méthodes publiques

Méthode Description
Execute ( ) : void
ExecutePageHierarchy ( ) : void

Méthodes protégées

Méthode Description
Run ( ) : void
View ( object model, string viewName = null ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

ExecutePageHierarchy() public méthode

public ExecutePageHierarchy ( ) : void
Résultat void

Run() protected méthode

protected Run ( ) : void
Résultat void

View() protected méthode

protected View ( object model, string viewName = null ) : void
model object
viewName string
Résultat void

Property Details

lastAction protected_oe property

protected string lastAction
Résultat string