C# Class UI.HtmlHelpers.UIHelper

Afficher le fichier Open project: NemeStats/NemeStats

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Web.Mvc.MvcHtmlString

RenderTempDataMessage() public static méthode

public static RenderTempDataMessage ( this htmlHelper, string key ) : System.Web.HtmlString
htmlHelper this
key string
Résultat System.Web.HtmlString