C# 클래스 Mictlanix.BE.Web.Helpers.HtmlHelpers

파일 보기 프로젝트 열기: mictlanix/mbe

공개 메소드들

메소드 설명
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

메소드 상세

ActionImage() 공개 정적인 메소드

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

ActionImage() 공개 정적인 메소드

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

ActionImage() 공개 정적인 메소드

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

CurrencyToString() 공개 정적인 메소드

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

IsMenuSelected() 공개 정적인 메소드

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

PrintFileName() 공개 정적인 메소드

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