C# 클래스 vlko.core.HtmlExtender.LinkExtensions

파일 보기 프로젝트 열기: vlko/vlko

공개 메소드들

메소드 설명
Link ( this helper, string linkText, object dynamicRoute, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString

Generate link for specified dynamic route.

Link ( this helper, string linkText, object dynamicRoute, string accessKey = null, string charset = null, string coords = null, string cssClass = null, string dir = null, string hrefLang = null, string id = null, string lang = null, string name = null, string rel = null, string rev = null, string shape = null, string style = null, string target = null, string title = null ) : System.Web.Mvc.MvcHtmlString

Generate link for specified dynamic route.

Link ( this helper, string actionType, string linkText, object dynamicRoute, string accessKey = null, string charset = null, string coords = null, string cssClass = null, string dir = null, string hrefLang = null, string id = null, string lang = null, string name = null, string rel = null, string rev = null, string shape = null, string style = null, string target = null, string title = null ) : System.Web.Mvc.MvcHtmlString

Actions the link.

메소드 상세

Link() 공개 정적인 메소드

Generate link for specified dynamic route.
public static Link ( this helper, string linkText, object dynamicRoute, object htmlAttributes ) : System.Web.Mvc.MvcHtmlString
helper this The helper.
linkText string The link text.
dynamicRoute object The dynamic route.
htmlAttributes object The HTML attributes.
리턴 System.Web.Mvc.MvcHtmlString

Link() 공개 정적인 메소드

Generate link for specified dynamic route.
public static Link ( this helper, string linkText, object dynamicRoute, string accessKey = null, string charset = null, string coords = null, string cssClass = null, string dir = null, string hrefLang = null, string id = null, string lang = null, string name = null, string rel = null, string rev = null, string shape = null, string style = null, string target = null, string title = null ) : System.Web.Mvc.MvcHtmlString
helper this The helper.
linkText string The link text.
dynamicRoute object The dynamic route.
accessKey string The access key.
charset string The charset.
coords string The coords.
cssClass string The CSS class.
dir string The dir.
hrefLang string The href lang.
id string The id.
lang string The lang.
name string The name.
rel string The rel.
rev string The rev.
shape string The shape.
style string The style.
target string The target.
title string The title.
리턴 System.Web.Mvc.MvcHtmlString

Link() 공개 정적인 메소드

Actions the link.
public static Link ( this helper, string actionType, string linkText, object dynamicRoute, string accessKey = null, string charset = null, string coords = null, string cssClass = null, string dir = null, string hrefLang = null, string id = null, string lang = null, string name = null, string rel = null, string rev = null, string shape = null, string style = null, string target = null, string title = null ) : System.Web.Mvc.MvcHtmlString
helper this The helper.
actionType string Type of the action.
linkText string The link text.
dynamicRoute object The dynamic route.
accessKey string The access key.
charset string The charset.
coords string The coords.
cssClass string The CSS class.
dir string The dir.
hrefLang string The href lang.
id string The id.
lang string The lang.
name string The name.
rel string The rel.
rev string The rev.
shape string The shape.
style string The style.
target string The target.
title string The title.
리턴 System.Web.Mvc.MvcHtmlString