C# Class Mictlanix.BE.Web.Helpers.HtmlHelpers

Afficher le fichier Open project: mictlanix/mbe

Méthodes publiques

Méthode Description
ActionImage ( this html, string imagePath, string action, object routeValues ) : System.Web.Mvc.MvcHtmlString
ActionImage ( this html, string imagePath, string action, object routeValues, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
ActionImage ( this html, string imagePath, string action, string controller, object routeValues, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
CurrencyToString ( this helper, decimal val, CurrencyCode currency ) : string
IsMenuSelected ( this html, string action, string controller ) : bool
PrintFileName ( this helper, string documentName, int Folio ) : string

Method Details

ActionImage() public static méthode

public static ActionImage ( this html, string imagePath, string action, object routeValues ) : System.Web.Mvc.MvcHtmlString
html this
imagePath string
action string
routeValues object
Résultat System.Web.Mvc.MvcHtmlString

ActionImage() public static méthode

public static ActionImage ( this html, string imagePath, string action, object routeValues, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
html this
imagePath string
action string
routeValues object
htmlAttributes object
Résultat System.Web.Mvc.MvcHtmlString

ActionImage() public static méthode

public static ActionImage ( this html, string imagePath, string action, string controller, object routeValues, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
html this
imagePath string
action string
controller string
routeValues object
htmlAttributes object
Résultat System.Web.Mvc.MvcHtmlString

CurrencyToString() public static méthode

public static CurrencyToString ( this helper, decimal val, CurrencyCode currency ) : string
helper this
val decimal
currency CurrencyCode
Résultat string

IsMenuSelected() public static méthode

public static IsMenuSelected ( this html, string action, string controller ) : bool
html this
action string
controller string
Résultat bool

PrintFileName() public static méthode

public static PrintFileName ( this helper, string documentName, int Folio ) : string
helper this
documentName string
Folio int
Résultat string