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

Afficher le fichier Open project: heartbeatservice/HeartbeatServiceSolution

Méthodes publiques

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

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

GenerateSpan() public static méthode

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

GenerateSpanRaw() public static méthode

public static GenerateSpanRaw ( this helper, string name, string content, string cssClass ) : string
helper this
name string
content string
cssClass string
Résultat string

GetMvcHtmlString() public static méthode

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