C# Class vlko.core.HtmlExtender.LinkExtensions

Mostra file Open project: vlko/vlko

Public Methods

Method Description
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.

Method Details

Link() public static method

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

Link() public static method

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

Link() public static method

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