C# Class Signum.Web.HtmlStringExtensions

Mostrar archivo Open project: signumsoftware/framework

Public Methods

Method Description
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

Method Details

Concat() public static method

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

EncodeHtml() public static method

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

Surround() public static method

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

Surround() public static method

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