C# Class HBS.Data.Entities.TimeTracking.Infrastructure.CustomHelpers

Mostrar archivo Open project: heartbeatservice/HeartbeatServiceSolution

Public Methods

Method Description
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

Method Details

ActionLinkWithImage() public static method

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
return System.Web.Mvc.MvcHtmlString

GenerateSpan() public static method

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

GenerateSpanRaw() public static method

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

GetMvcHtmlString() public static method

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