C# Class Connect.DNN.Modules.SkinControls.Razor.Helpers.HtmlHelper

Show file Open project: DNN-Connect/SkinControls

Public Methods

Method Description
GetLocalizedString ( string key ) : object
GetLocalizedString ( string key, string culture ) : object
HtmlHelper ( string resourcefile ) : System.Web
Raw ( string text ) : System.Web.HtmlString

Method Details

GetLocalizedString() public method

public GetLocalizedString ( string key ) : object
key string
return object

GetLocalizedString() public method

public GetLocalizedString ( string key, string culture ) : object
key string
culture string
return object

HtmlHelper() public method

public HtmlHelper ( string resourcefile ) : System.Web
resourcefile string
return System.Web

Raw() public method

public Raw ( string text ) : System.Web.HtmlString
text string
return System.Web.HtmlString