C# Class Rabbit.WebForm

Inheritance: WebPage
Datei anzeigen Open project: yysun/Rabbit

Public Methods

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

Protected Methods

Method Description
GenerateScript ( ) : void
Run ( ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

ExecutePageHierarchy() public method

public ExecutePageHierarchy ( ) : void
return void

GenerateScript() protected method

protected GenerateScript ( ) : void
return void

Run() protected method

protected Run ( ) : void
return void