C# 클래스 Abl.Mvc.HtmlHelpers.HtmlHelperExtensions

파일 보기 프로젝트 열기: Neilski/URF-Identity

공개 메소드들

메소드 설명
AppVersion ( this helper, Type mvcAssembly ) : System.Web.Mvc.MvcHtmlString

Returns the AssemblyInfo application version

Gravatar ( this htmlHelper, string email, int size = 80, string defaultImage = "mm", object htmlAttributes = null ) : System.Web.Mvc.MvcHtmlString
MetaAcceptedLanguage ( this html ) : IHtmlString
SortExpressionLink ( this helper, string title, string sortExpression, SortDirection direction = SortDirection.Ascending, object htmlAttributes = null ) : System.Web.Mvc.MvcHtmlString

메소드 상세

AppVersion() 공개 정적인 메소드

Returns the AssemblyInfo application version
public static AppVersion ( this helper, Type mvcAssembly ) : System.Web.Mvc.MvcHtmlString
helper this This Html Helper
mvcAssembly Type The assembly type
리턴 System.Web.Mvc.MvcHtmlString

Gravatar() 공개 정적인 메소드

public static Gravatar ( this htmlHelper, string email, int size = 80, string defaultImage = "mm", object htmlAttributes = null ) : System.Web.Mvc.MvcHtmlString
htmlHelper this
email string
size int
defaultImage string
htmlAttributes object
리턴 System.Web.Mvc.MvcHtmlString

MetaAcceptedLanguage() 공개 정적인 메소드

public static MetaAcceptedLanguage ( this html ) : IHtmlString
html this
리턴 IHtmlString

SortExpressionLink() 공개 정적인 메소드

public static SortExpressionLink ( this helper, string title, string sortExpression, SortDirection direction = SortDirection.Ascending, object htmlAttributes = null ) : System.Web.Mvc.MvcHtmlString
helper this
title string
sortExpression string
direction SortDirection
htmlAttributes object
리턴 System.Web.Mvc.MvcHtmlString