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

Inheritance: IDslLanguageExtension
Mostrar archivo Open project: nats/castle-1.0.3-mono

Public Methods

Method 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

Method Description
BlockTag ( string tag, IDictionary attributes, ICallable block ) : void

Method Details

Flush() public method

public Flush ( ) : void
return void

HtmlExtension() public method

public HtmlExtension ( TextWriter output ) : System
output System.IO.TextWriter
return System

Tag() public method

public Tag ( string name ) : void
name string
return void

Tag() public method

public Tag ( string name, ICallable block ) : void
name string
block ICallable
return void

Tag() public method

public Tag ( string name, IDictionary attributes, ICallable block ) : void
name string
attributes IDictionary
block ICallable
return void

html() public method

public html ( ICallable block ) : void
block ICallable
return void

p() public method

public p ( ICallable block ) : void
block ICallable
return void

p() public method

public p ( IDictionary attributes, ICallable block ) : void
attributes IDictionary
block ICallable
return void

text() public method

public text ( string value ) : void
value string
return void