C# 클래스 Signum.Web.HtmlTag

상속: IHtmlString
파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 메소드들

메소드 설명
Attr ( string key, string value ) : HtmlTag
Attr ( string key, string value, bool replaceExisting ) : HtmlTag
Attrs ( object>.IDictionary attributes ) : HtmlTag
Attrs ( object>.IDictionary attributes, bool replaceExisting ) : HtmlTag
Attrs ( object attributes ) : HtmlTag
Attrs ( object attributes, bool replaceExisting ) : HtmlTag
Class ( string value ) : HtmlTag
Encode ( string text ) : System.Web.Mvc.MvcHtmlString
HtmlTag ( TagBuilder tagBuilder ) : System
HtmlTag ( string tagName ) : System
HtmlTag ( string tagName, string id ) : System
Id ( string id ) : HtmlTag
IdName ( string id ) : HtmlTag
InnerHtml ( ) : HtmlTag
InnerHtml ( System.Web.Mvc.MvcHtmlString html ) : HtmlTag
SetInnerText ( string innerText ) : HtmlTag
ToHtml ( ) : System.Web.Mvc.MvcHtmlString
ToHtml ( TagRenderMode renderMode ) : System.Web.Mvc.MvcHtmlString
ToHtmlSelf ( ) : System.Web.Mvc.MvcHtmlString
ToHtmlString ( ) : string
ToString ( ) : string

메소드 상세

Attr() 공개 메소드

public Attr ( string key, string value ) : HtmlTag
key string
value string
리턴 HtmlTag

Attr() 공개 메소드

public Attr ( string key, string value, bool replaceExisting ) : HtmlTag
key string
value string
replaceExisting bool
리턴 HtmlTag

Attrs() 공개 메소드

public Attrs ( object>.IDictionary attributes ) : HtmlTag
attributes object>.IDictionary
리턴 HtmlTag

Attrs() 공개 메소드

public Attrs ( object>.IDictionary attributes, bool replaceExisting ) : HtmlTag
attributes object>.IDictionary
replaceExisting bool
리턴 HtmlTag

Attrs() 공개 메소드

public Attrs ( object attributes ) : HtmlTag
attributes object
리턴 HtmlTag

Attrs() 공개 메소드

public Attrs ( object attributes, bool replaceExisting ) : HtmlTag
attributes object
replaceExisting bool
리턴 HtmlTag

Class() 공개 메소드

public Class ( string value ) : HtmlTag
value string
리턴 HtmlTag

Encode() 공개 정적인 메소드

public static Encode ( string text ) : System.Web.Mvc.MvcHtmlString
text string
리턴 System.Web.Mvc.MvcHtmlString

HtmlTag() 공개 메소드

public HtmlTag ( TagBuilder tagBuilder ) : System
tagBuilder TagBuilder
리턴 System

HtmlTag() 공개 메소드

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

HtmlTag() 공개 메소드

public HtmlTag ( string tagName, string id ) : System
tagName string
id string
리턴 System

Id() 공개 메소드

public Id ( string id ) : HtmlTag
id string
리턴 HtmlTag

IdName() 공개 메소드

public IdName ( string id ) : HtmlTag
id string
리턴 HtmlTag

InnerHtml() 공개 메소드

public InnerHtml ( ) : HtmlTag
리턴 HtmlTag

InnerHtml() 공개 메소드

public InnerHtml ( System.Web.Mvc.MvcHtmlString html ) : HtmlTag
html System.Web.Mvc.MvcHtmlString
리턴 HtmlTag

SetInnerText() 공개 메소드

public SetInnerText ( string innerText ) : HtmlTag
innerText string
리턴 HtmlTag

ToHtml() 공개 메소드

public ToHtml ( ) : System.Web.Mvc.MvcHtmlString
리턴 System.Web.Mvc.MvcHtmlString

ToHtml() 공개 메소드

public ToHtml ( TagRenderMode renderMode ) : System.Web.Mvc.MvcHtmlString
renderMode TagRenderMode
리턴 System.Web.Mvc.MvcHtmlString

ToHtmlSelf() 공개 메소드

public ToHtmlSelf ( ) : System.Web.Mvc.MvcHtmlString
리턴 System.Web.Mvc.MvcHtmlString

ToHtmlString() 공개 메소드

public ToHtmlString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string