C# 클래스 Wv.Web.HtmlGen

파일 보기 프로젝트 열기: apenwarr/versaplex

공개 메소드들

메소드 설명
HtmlGen ( ) : System
HtmlGen ( Stream stream ) : System
_send ( string s ) : void
a ( Attr at ) : Html
ahref ( Attr at, string url ) : Html
ahref ( string url ) : Html
ahref ( string url, string s ) : Html
bp_container ( ) : Html
bp_container_end ( ) : Html
bp_container_start ( ) : Html
bp_init ( ) : Html
bp_span ( int span, bool last ) : Html
bp_span_end ( ) : Html
bp_span_start ( int span, bool last ) : Html
br ( ) : Html
div ( ) : Html
div ( Attr at ) : Html
div_end ( ) : Html
div_start ( ) : Html
div_start ( Attr at ) : Html
done ( ) : Html
editinplace ( string id, string type, Attr at ) : Html
fmt ( string fmt ) : string
form ( ) : Html
form ( Attr at ) : Html
form_end ( ) : Html
form_start ( ) : Html
form_start ( Attr at ) : Html
h1 ( string s ) : Html
h2 ( string s ) : Html
h3 ( string s ) : Html
h4 ( string s ) : Html
head_text ( string s ) : Html
head_v ( ) : Html
head_v ( string s ) : Html
head_vfmt ( string format ) : Html
header ( string key, string value ) : void
htmlarray ( ICollection keys ) : Html[]
img ( string src ) : Html
include_css ( string name ) : Html
include_css ( string name, string media ) : Html
include_js ( string name ) : Html
input ( Attr at, string id ) : Html
input ( string id ) : Html
li ( ) : Html
li ( string s ) : Html
li_end ( ) : Html
li_start ( ) : Html
nbsp ( ) : Html
p ( ) : Html
p ( Attr at ) : Html
pre ( string s ) : Html
send ( ) : void
send ( IEnumerable ha ) : void
span ( Attr at ) : Html
submit ( string id ) : Html
sup ( string s ) : Html
table ( ) : Html
table_end ( ) : Html
table_start ( ) : Html
table_start ( Attr at ) : Html
td ( ) : Html
td ( Attr at ) : Html
td ( Attr at, string s ) : Html
td ( string s ) : Html
td_end ( ) : Html
td_start ( ) : Html
td_start ( Attr at ) : Html
text ( string fmt ) : Html
th ( ) : Html
th ( Attr at ) : Html
th ( Attr at, string s ) : Html
th ( string s ) : Html
title ( string s ) : Html
tr ( ) : Html
tr ( Attr at ) : Html
tr_end ( ) : Html
tr_start ( ) : Html
tr_start ( Attr at ) : Html
ul ( ) : Html
ul ( Attr at ) : Html
ul_end ( ) : Html
ul_start ( ) : Html
ul_start ( Attr at ) : Html
use_editinplace ( ) : Html
use_tablesort ( ) : Html
v ( ) : Html
v ( string s ) : Html

비공개 메소드들

메소드 설명
go ( Context newcontext ) : void
vfmt ( string format ) : Html

메소드 상세

HtmlGen() 공개 메소드

public HtmlGen ( ) : System
리턴 System

HtmlGen() 공개 메소드

public HtmlGen ( Stream stream ) : System
stream Stream
리턴 System

_send() 공개 메소드

public _send ( string s ) : void
s string
리턴 void

a() 공개 메소드

public a ( Attr at ) : Html
at Attr
리턴 Html

ahref() 공개 메소드

public ahref ( Attr at, string url ) : Html
at Attr
url string
리턴 Html

ahref() 공개 메소드

public ahref ( string url ) : Html
url string
리턴 Html

ahref() 공개 메소드

public ahref ( string url, string s ) : Html
url string
s string
리턴 Html

bp_container() 공개 메소드

public bp_container ( ) : Html
리턴 Html

bp_container_end() 공개 메소드

public bp_container_end ( ) : Html
리턴 Html

bp_container_start() 공개 메소드

public bp_container_start ( ) : Html
리턴 Html

bp_init() 공개 메소드

public bp_init ( ) : Html
리턴 Html

bp_span() 공개 메소드

public bp_span ( int span, bool last ) : Html
span int
last bool
리턴 Html

bp_span_end() 공개 메소드

public bp_span_end ( ) : Html
리턴 Html

bp_span_start() 공개 메소드

public bp_span_start ( int span, bool last ) : Html
span int
last bool
리턴 Html

br() 공개 메소드

public br ( ) : Html
리턴 Html

div() 공개 메소드

public div ( ) : Html
리턴 Html

div() 공개 메소드

public div ( Attr at ) : Html
at Attr
리턴 Html

div_end() 공개 메소드

public div_end ( ) : Html
리턴 Html

div_start() 공개 메소드

public div_start ( ) : Html
리턴 Html

div_start() 공개 메소드

public div_start ( Attr at ) : Html
at Attr
리턴 Html

done() 공개 메소드

public done ( ) : Html
리턴 Html

editinplace() 공개 메소드

public editinplace ( string id, string type, Attr at ) : Html
id string
type string
at Attr
리턴 Html

fmt() 공개 메소드

public fmt ( string fmt ) : string
fmt string
리턴 string

form() 공개 메소드

public form ( ) : Html
리턴 Html

form() 공개 메소드

public form ( Attr at ) : Html
at Attr
리턴 Html

form_end() 공개 메소드

public form_end ( ) : Html
리턴 Html

form_start() 공개 메소드

public form_start ( ) : Html
리턴 Html

form_start() 공개 메소드

public form_start ( Attr at ) : Html
at Attr
리턴 Html

h1() 공개 메소드

public h1 ( string s ) : Html
s string
리턴 Html

h2() 공개 메소드

public h2 ( string s ) : Html
s string
리턴 Html

h3() 공개 메소드

public h3 ( string s ) : Html
s string
리턴 Html

h4() 공개 메소드

public h4 ( string s ) : Html
s string
리턴 Html

head_text() 공개 메소드

public head_text ( string s ) : Html
s string
리턴 Html

head_v() 공개 메소드

public head_v ( ) : Html
리턴 Html

head_v() 공개 메소드

public head_v ( string s ) : Html
s string
리턴 Html

head_vfmt() 공개 메소드

public head_vfmt ( string format ) : Html
format string
리턴 Html

header() 공개 메소드

public header ( string key, string value ) : void
key string
value string
리턴 void

htmlarray() 공개 메소드

public htmlarray ( ICollection keys ) : Html[]
keys ICollection
리턴 Html[]

img() 공개 메소드

public img ( string src ) : Html
src string
리턴 Html

include_css() 공개 메소드

public include_css ( string name ) : Html
name string
리턴 Html

include_css() 공개 메소드

public include_css ( string name, string media ) : Html
name string
media string
리턴 Html

include_js() 공개 메소드

public include_js ( string name ) : Html
name string
리턴 Html

input() 공개 메소드

public input ( Attr at, string id ) : Html
at Attr
id string
리턴 Html

input() 공개 메소드

public input ( string id ) : Html
id string
리턴 Html

li() 공개 메소드

public li ( ) : Html
리턴 Html

li() 공개 메소드

public li ( string s ) : Html
s string
리턴 Html

li_end() 공개 메소드

public li_end ( ) : Html
리턴 Html

li_start() 공개 메소드

public li_start ( ) : Html
리턴 Html

nbsp() 공개 메소드

public nbsp ( ) : Html
리턴 Html

p() 공개 메소드

public p ( ) : Html
리턴 Html

p() 공개 메소드

public p ( Attr at ) : Html
at Attr
리턴 Html

pre() 공개 메소드

public pre ( string s ) : Html
s string
리턴 Html

send() 공개 메소드

public send ( ) : void
리턴 void

send() 공개 메소드

public send ( IEnumerable ha ) : void
ha IEnumerable
리턴 void

span() 공개 메소드

public span ( Attr at ) : Html
at Attr
리턴 Html

submit() 공개 메소드

public submit ( string id ) : Html
id string
리턴 Html

sup() 공개 메소드

public sup ( string s ) : Html
s string
리턴 Html

table() 공개 메소드

public table ( ) : Html
리턴 Html

table_end() 공개 메소드

public table_end ( ) : Html
리턴 Html

table_start() 공개 메소드

public table_start ( ) : Html
리턴 Html

table_start() 공개 메소드

public table_start ( Attr at ) : Html
at Attr
리턴 Html

td() 공개 메소드

public td ( ) : Html
리턴 Html

td() 공개 메소드

public td ( Attr at ) : Html
at Attr
리턴 Html

td() 공개 메소드

public td ( Attr at, string s ) : Html
at Attr
s string
리턴 Html

td() 공개 메소드

public td ( string s ) : Html
s string
리턴 Html

td_end() 공개 메소드

public td_end ( ) : Html
리턴 Html

td_start() 공개 메소드

public td_start ( ) : Html
리턴 Html

td_start() 공개 메소드

public td_start ( Attr at ) : Html
at Attr
리턴 Html

text() 공개 메소드

public text ( string fmt ) : Html
fmt string
리턴 Html

th() 공개 메소드

public th ( ) : Html
리턴 Html

th() 공개 메소드

public th ( Attr at ) : Html
at Attr
리턴 Html

th() 공개 메소드

public th ( Attr at, string s ) : Html
at Attr
s string
리턴 Html

th() 공개 메소드

public th ( string s ) : Html
s string
리턴 Html

title() 공개 메소드

public title ( string s ) : Html
s string
리턴 Html

tr() 공개 메소드

public tr ( ) : Html
리턴 Html

tr() 공개 메소드

public tr ( Attr at ) : Html
at Attr
리턴 Html

tr_end() 공개 메소드

public tr_end ( ) : Html
리턴 Html

tr_start() 공개 메소드

public tr_start ( ) : Html
리턴 Html

tr_start() 공개 메소드

public tr_start ( Attr at ) : Html
at Attr
리턴 Html

ul() 공개 메소드

public ul ( ) : Html
리턴 Html

ul() 공개 메소드

public ul ( Attr at ) : Html
at Attr
리턴 Html

ul_end() 공개 메소드

public ul_end ( ) : Html
리턴 Html

ul_start() 공개 메소드

public ul_start ( ) : Html
리턴 Html

ul_start() 공개 메소드

public ul_start ( Attr at ) : Html
at Attr
리턴 Html

use_editinplace() 공개 메소드

public use_editinplace ( ) : Html
리턴 Html

use_tablesort() 공개 메소드

public use_tablesort ( ) : Html
리턴 Html

v() 공개 메소드

public v ( ) : Html
리턴 Html

v() 공개 메소드

public v ( string s ) : Html
s string
리턴 Html