C# Class AspnetSample.views.postback.hello

Summary description for index.
Inheritance: System.Web.UI.Page, IControllerAware
Datei anzeigen Open project: nats/castle-1.0.3-mono

Public Properties

Property Type Description
name string

Public Methods

Method Description
SetController ( Controller controller ) : void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Page_Load ( object sender, System e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

SetController() public method

public SetController ( Controller controller ) : void
controller Castle.MonoRail.Framework.Controller
return void

Property Details

name public_oe property

public string name
return string