C# Class N2.Web.Mvc.DynamicContentHelper.TranslateHelper

Afficher le fichier Open project: bherila/n2cms

Méthodes publiques

Méthode Description
Html ( string key ) : IHtmlString
Text ( string key ) : string
this ( string key ) : IHtmlString

Method Details

Html() public méthode

public Html ( string key ) : IHtmlString
key string
Résultat IHtmlString

Text() public méthode

public Text ( string key ) : string
key string
Résultat string

this() public méthode

public this ( string key ) : IHtmlString
key string
Résultat IHtmlString