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

Datei anzeigen Open project: mictlanix/mbe

Public Methods

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

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

ActionImage() public static method

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

ActionImage() public static method

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

CurrencyToString() public static method

public static CurrencyToString ( this helper, decimal val, CurrencyCode currency ) : string
helper this
val decimal
currency CurrencyCode
return string

IsMenuSelected() public static method

public static IsMenuSelected ( this html, string action, string controller ) : bool
html this
action string
controller string
return bool

PrintFileName() public static method

public static PrintFileName ( this helper, string documentName, int Folio ) : string
helper this
documentName string
Folio int
return string