C# Class GettextMvcLib.StringFormatWith

Show file Open project: while-true/gettext

Public Methods

Method Description
HtmlFormat ( this format ) : System.Web.Mvc.MvcHtmlString

Calls String.Format using the supplied arguements to return an Html encoded string

HtmlFormatWith ( this format, object obj ) : System.Web.Mvc.MvcHtmlString
ToHtmlString ( this str ) : System.Web.Mvc.MvcHtmlString

Method Details

HtmlFormat() public static method

Calls String.Format using the supplied arguements to return an Html encoded string
public static HtmlFormat ( this format ) : System.Web.Mvc.MvcHtmlString
format this The object being formatted
return System.Web.Mvc.MvcHtmlString

HtmlFormatWith() public static method

public static HtmlFormatWith ( this format, object obj ) : System.Web.Mvc.MvcHtmlString
format this
obj object
return System.Web.Mvc.MvcHtmlString

ToHtmlString() public static method

public static ToHtmlString ( this str ) : System.Web.Mvc.MvcHtmlString
str this
return System.Web.Mvc.MvcHtmlString