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

Inheritance: ViewComponent
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode 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 méthode

Called by the framework once the component instance is initialized
public Initialize ( ) : void
Résultat void

Render() public méthode

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