C# Класс UI.HtmlHelpers.UIHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

NemePointsIco() публичный статический Метод

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
Результат System.Web.Mvc.MvcHtmlString

RenderTempDataMessage() публичный статический Метод

public static RenderTempDataMessage ( this htmlHelper, string key ) : System.Web.HtmlString
htmlHelper this
key string
Результат System.Web.HtmlString