C# 클래스 Manos.Mvc.TagBuilder

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

공개 프로퍼티들

프로퍼티 타입 설명
Attributes string>.Dictionary

공개 메소드들

메소드 설명
AddAttribute ( string name, object value ) : void
AddAttributes ( object attributes ) : void
AddClass ( string className ) : void
AddContent ( string content ) : void
Render ( ) : string
RenderClosing ( ) : string
RenderClosing ( StringBuilder sb ) : void
RenderOpening ( ) : string
RenderOpening ( StringBuilder sb ) : void
TagBuilder ( string tagName ) : System

메소드 상세

AddAttribute() 공개 메소드

public AddAttribute ( string name, object value ) : void
name string
value object
리턴 void

AddAttributes() 공개 메소드

public AddAttributes ( object attributes ) : void
attributes object
리턴 void

AddClass() 공개 메소드

public AddClass ( string className ) : void
className string
리턴 void

AddContent() 공개 메소드

public AddContent ( string content ) : void
content string
리턴 void

Render() 공개 메소드

public Render ( ) : string
리턴 string

RenderClosing() 공개 메소드

public RenderClosing ( ) : string
리턴 string

RenderClosing() 공개 메소드

public RenderClosing ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

RenderOpening() 공개 메소드

public RenderOpening ( ) : string
리턴 string

RenderOpening() 공개 메소드

public RenderOpening ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

TagBuilder() 공개 메소드

public TagBuilder ( string tagName ) : System
tagName string
리턴 System

프로퍼티 상세

Attributes 공개적으로 프로퍼티

public Dictionary Attributes
리턴 string>.Dictionary