C# 클래스 ZenCoding.HtmlElementFactory

파일 보기 프로젝트 열기: madskristensen/zencoding 1 사용 예제들

공개 메소드들

메소드 설명
CloneElement ( this element, int count ) : HtmlControl
Create ( string tagName ) : HtmlControl
Create ( string tagName, Type type ) : HtmlControl
Create ( string tagName, Type type, bool isClone ) : HtmlControl
CreateDoctypes ( string part, IEnumerable &current ) : Control
Increment ( this text, int count ) : string

비공개 메소드들

메소드 설명
GetDoctype ( string key ) : string
TryCreateFromStateMachine ( string tagName ) : HtmlControl
TryCreateSepcialControl ( string tagName, Type type, bool isClone ) : HtmlControl

메소드 상세

CloneElement() 공개 정적인 메소드

public static CloneElement ( this element, int count ) : HtmlControl
element this
count int
리턴 System.Web.UI.HtmlControls.HtmlControl

Create() 공개 정적인 메소드

public static Create ( string tagName ) : HtmlControl
tagName string
리턴 System.Web.UI.HtmlControls.HtmlControl

Create() 공개 정적인 메소드

public static Create ( string tagName, Type type ) : HtmlControl
tagName string
type System.Type
리턴 System.Web.UI.HtmlControls.HtmlControl

Create() 공개 정적인 메소드

public static Create ( string tagName, Type type, bool isClone ) : HtmlControl
tagName string
type System.Type
isClone bool
리턴 System.Web.UI.HtmlControls.HtmlControl

CreateDoctypes() 공개 정적인 메소드

public static CreateDoctypes ( string part, IEnumerable &current ) : Control
part string
current IEnumerable
리턴 System.Web.UI.Control

Increment() 공개 정적인 메소드

public static Increment ( this text, int count ) : string
text this
count int
리턴 string