C# 클래스 GettextMvcLib.MvcHtmlHelper.GettextExtensions

These methods get the gettext context from the helper's ViewData.
파일 보기 프로젝트 열기: while-true/gettext

공개 메소드들

메소드 설명
PGettext ( this helper, string msgctxt, string msgid ) : GettextMvcTranslatedString
PNGettext ( this helper, string msgctxt, string msgid, string msgidPlural, int n ) : GettextMvcTranslatedString
_ ( this helper, string msgid ) : GettextMvcTranslatedString
_ ( this helper, string msgid, string msgidPlural, int n ) : GettextMvcTranslatedString

비공개 메소드들

메소드 설명
GetContext ( HtmlHelper helper ) : GettextTranslationContext

메소드 상세

PGettext() 공개 정적인 메소드

public static PGettext ( this helper, string msgctxt, string msgid ) : GettextMvcTranslatedString
helper this
msgctxt string
msgid string
리턴 GettextMvcTranslatedString

PNGettext() 공개 정적인 메소드

public static PNGettext ( this helper, string msgctxt, string msgid, string msgidPlural, int n ) : GettextMvcTranslatedString
helper this
msgctxt string
msgid string
msgidPlural string
n int
리턴 GettextMvcTranslatedString

_() 공개 정적인 메소드

public static _ ( this helper, string msgid ) : GettextMvcTranslatedString
helper this
msgid string
리턴 GettextMvcTranslatedString

_() 공개 정적인 메소드

public static _ ( this helper, string msgid, string msgidPlural, int n ) : GettextMvcTranslatedString
helper this
msgid string
msgidPlural string
n int
리턴 GettextMvcTranslatedString