C# 클래스 Signum.Web.HtmlStringExtensions

파일 보기 프로젝트 열기: signumsoftware/framework

공개 메소드들

메소드 설명
Concat ( this one, System.Web.Mvc.MvcHtmlString other ) : System.Web.Mvc.MvcHtmlString
EncodeHtml ( this htmlToEncode ) : System.Web.Mvc.MvcHtmlString
Surround ( this html, string tagName ) : System.Web.Mvc.MvcHtmlString
Surround ( this html, string startTag, string endTag ) : System.Web.Mvc.MvcHtmlString

메소드 상세

Concat() 공개 정적인 메소드

public static Concat ( this one, System.Web.Mvc.MvcHtmlString other ) : System.Web.Mvc.MvcHtmlString
one this
other System.Web.Mvc.MvcHtmlString
리턴 System.Web.Mvc.MvcHtmlString

EncodeHtml() 공개 정적인 메소드

public static EncodeHtml ( this htmlToEncode ) : System.Web.Mvc.MvcHtmlString
htmlToEncode this
리턴 System.Web.Mvc.MvcHtmlString

Surround() 공개 정적인 메소드

public static Surround ( this html, string tagName ) : System.Web.Mvc.MvcHtmlString
html this
tagName string
리턴 System.Web.Mvc.MvcHtmlString

Surround() 공개 정적인 메소드

public static Surround ( this html, string startTag, string endTag ) : System.Web.Mvc.MvcHtmlString
html this
startTag string
endTag string
리턴 System.Web.Mvc.MvcHtmlString