C# Class Castle.MonoRail.Framework.ViewComponents.SecurityComponent

Inheritance: ViewComponent
Mostra file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Initialize ( ) : void

Called by the framework once the component instance is initialized

Render ( ) : void

Called by the framework so the component can render its content

Method Details

Initialize() public method

Called by the framework once the component instance is initialized
public Initialize ( ) : void
return void

Render() public method

Called by the framework so the component can render its content
public Render ( ) : void
return void