C# 클래스 HBS.Data.Entities.TimeTracking.Infrastructure.CustomHelpers

파일 보기 프로젝트 열기: heartbeatservice/HeartbeatServiceSolution

공개 메소드들

메소드 설명
ActionLinkWithImage ( this helper, string navigateUrl, string actionCss, string imgSrc, string altText, string imageCss, string actionTarget = null ) : System.Web.Mvc.MvcHtmlString
GenerateSpan ( this helper, string name, string content, string cssClass ) : System.Web.Mvc.MvcHtmlString
GenerateSpanRaw ( this helper, string name, string content, string cssClass ) : string
GetMvcHtmlString ( this helper, string value ) : System.Web.Mvc.MvcHtmlString

메소드 상세

ActionLinkWithImage() 공개 정적인 메소드

public static ActionLinkWithImage ( this helper, string navigateUrl, string actionCss, string imgSrc, string altText, string imageCss, string actionTarget = null ) : System.Web.Mvc.MvcHtmlString
helper this
navigateUrl string
actionCss string
imgSrc string
altText string
imageCss string
actionTarget string
리턴 System.Web.Mvc.MvcHtmlString

GenerateSpan() 공개 정적인 메소드

public static GenerateSpan ( this helper, string name, string content, string cssClass ) : System.Web.Mvc.MvcHtmlString
helper this
name string
content string
cssClass string
리턴 System.Web.Mvc.MvcHtmlString

GenerateSpanRaw() 공개 정적인 메소드

public static GenerateSpanRaw ( this helper, string name, string content, string cssClass ) : string
helper this
name string
content string
cssClass string
리턴 string

GetMvcHtmlString() 공개 정적인 메소드

public static GetMvcHtmlString ( this helper, string value ) : System.Web.Mvc.MvcHtmlString
helper this
value string
리턴 System.Web.Mvc.MvcHtmlString