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

ファイルを表示 Open project: bherila/n2cms

Public Methods

Method Description
Html ( string key ) : IHtmlString
Text ( string key ) : string
this ( string key ) : IHtmlString

Method Details

Html() public method

public Html ( string key ) : IHtmlString
key string
return IHtmlString

Text() public method

public Text ( string key ) : string
key string
return string

this() public method

public this ( string key ) : IHtmlString
key string
return IHtmlString