C# 클래스 Castle.MonoRail.Views.Brail.HtmlExtension

상속: IDslLanguageExtension
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
BlockTag ( string tag, IDictionary attributes, ICallable block ) : void

메소드 상세

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

HtmlExtension() 공개 메소드

public HtmlExtension ( TextWriter output ) : System
output System.IO.TextWriter
리턴 System

Tag() 공개 메소드

public Tag ( string name ) : void
name string
리턴 void

Tag() 공개 메소드

public Tag ( string name, ICallable block ) : void
name string
block ICallable
리턴 void

Tag() 공개 메소드

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

html() 공개 메소드

public html ( ICallable block ) : void
block ICallable
리턴 void

p() 공개 메소드

public p ( ICallable block ) : void
block ICallable
리턴 void

p() 공개 메소드

public p ( IDictionary attributes, ICallable block ) : void
attributes IDictionary
block ICallable
리턴 void

text() 공개 메소드

public text ( string value ) : void
value string
리턴 void