C# 클래스 Sitecore.Modules.WeBlog.Globalization.Translator

파일 보기 프로젝트 열기: WeTeam/WeBlog

공개 메소드들

메소드 설명
Format ( string key ) : string

Renders the specified key as a formatted string

Format ( string key, object arg0 ) : string

Renders the specified key as a formatted string

Render ( string key ) : string

Renders the specified key with a fieldrenderer.

Render ( string key, bool disableWebEditing ) : string
Text ( string key ) : string

Renders the specified key as text

메소드 상세

Format() 공개 정적인 메소드

Renders the specified key as a formatted string
public static Format ( string key ) : string
key string The key.
리턴 string

Format() 공개 정적인 메소드

Renders the specified key as a formatted string
public static Format ( string key, object arg0 ) : string
key string The key.
arg0 object The arg0.
리턴 string

Render() 공개 정적인 메소드

Renders the specified key with a fieldrenderer.
public static Render ( string key ) : string
key string The key.
리턴 string

Render() 공개 정적인 메소드

public static Render ( string key, bool disableWebEditing ) : string
key string
disableWebEditing bool
리턴 string

Text() 공개 정적인 메소드

Renders the specified key as text
public static Text ( string key ) : string
key string The key.
리턴 string