C# 클래스 UI.HtmlHelpers.UIHelper

파일 보기 프로젝트 열기: NemeStats/NemeStats

공개 메소드들

메소드 설명
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