C# Class UI.HtmlHelpers.UIHelper

显示文件 Open project: NemeStats/NemeStats

Public Methods

Method Description
NemePointsIco ( this htmlHelper, bool showTooltip = true, string tooltip = "Total NemePoints earned by playing games", string tooltipPosition = "top" ) : System.Web.Mvc.MvcHtmlString
RenderTempDataMessage ( this htmlHelper, string key ) : System.Web.HtmlString

Method Details

NemePointsIco() public static method

public static NemePointsIco ( this htmlHelper, bool showTooltip = true, string tooltip = "Total NemePoints earned by playing games", string tooltipPosition = "top" ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
showTooltip bool
tooltip string
tooltipPosition string
return System.Web.Mvc.MvcHtmlString

RenderTempDataMessage() public static method

public static RenderTempDataMessage ( this htmlHelper, string key ) : System.Web.HtmlString
htmlHelper this
key string
return System.Web.HtmlString