C# Class Castle.MonoRail.Views.Brail.HtmlExtension

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

Méthodes publiques

Méthode Description
Flush ( ) : void
HtmlExtension ( TextWriter output ) : System
Tag ( string name ) : void
Tag ( string name, ICallable block ) : void
Tag ( string name, IDictionary attributes, ICallable block ) : void
html ( ICallable block ) : void
p ( ICallable block ) : void
p ( IDictionary attributes, ICallable block ) : void
text ( string value ) : void

Private Methods

Méthode Description
BlockTag ( string tag, IDictionary attributes, ICallable block ) : void

Method Details

Flush() public méthode

public Flush ( ) : void
Résultat void

HtmlExtension() public méthode

public HtmlExtension ( TextWriter output ) : System
output System.IO.TextWriter
Résultat System

Tag() public méthode

public Tag ( string name ) : void
name string
Résultat void

Tag() public méthode

public Tag ( string name, ICallable block ) : void
name string
block ICallable
Résultat void

Tag() public méthode

public Tag ( string name, IDictionary attributes, ICallable block ) : void
name string
attributes IDictionary
block ICallable
Résultat void

html() public méthode

public html ( ICallable block ) : void
block ICallable
Résultat void

p() public méthode

public p ( ICallable block ) : void
block ICallable
Résultat void

p() public méthode

public p ( IDictionary attributes, ICallable block ) : void
attributes IDictionary
block ICallable
Résultat void

text() public méthode

public text ( string value ) : void
value string
Résultat void