C# Класс GettextMvcLib.StringFormatWith

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

HtmlFormat() публичный статический Метод

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
Результат System.Web.Mvc.MvcHtmlString

HtmlFormatWith() публичный статический Метод

public static HtmlFormatWith ( this format, object obj ) : System.Web.Mvc.MvcHtmlString
format this
obj object
Результат System.Web.Mvc.MvcHtmlString

ToHtmlString() публичный статический Метод

public static ToHtmlString ( this str ) : System.Web.Mvc.MvcHtmlString
str this
Результат System.Web.Mvc.MvcHtmlString