C# 클래스 GettextMvcLib.StringFormatWith

파일 보기 프로젝트 열기: while-true/gettext

공개 메소드들

메소드 설명
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