C# Класс vlko.core.HtmlExtender.LinkExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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