LinkExtensions.RouteLink Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
RouteLink(HtmlHelper, String, String, RouteValueDictionary, IDictionary<String,Object>) |
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada. |
RouteLink(HtmlHelper, String, String, Object, Object) |
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada. |
RouteLink(HtmlHelper, String, RouteValueDictionary, IDictionary<String,Object>) |
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada. |
RouteLink(HtmlHelper, String, String, RouteValueDictionary) |
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada. |
RouteLink(HtmlHelper, String, Object) |
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada. |
RouteLink(HtmlHelper, String, Object, Object) |
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada. |
RouteLink(HtmlHelper, String, RouteValueDictionary) |
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada. |
RouteLink(HtmlHelper, String, String) |
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada. |
RouteLink(HtmlHelper, String, String, String, String, String, Object, Object) |
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada. |
RouteLink(HtmlHelper, String, String, Object) |
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada. |
RouteLink(HtmlHelper, String, String, String, String, String, RouteValueDictionary, IDictionary<String,Object>) |
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada. |
RouteLink(HtmlHelper, String, String, RouteValueDictionary, IDictionary<String,Object>)
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada.
public static System.Web.Mvc.MvcHtmlString RouteLink (this System.Web.Mvc.HtmlHelper htmlHelper, string linkText, string routeName, System.Web.Routing.RouteValueDictionary routeValues, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member RouteLink : System.Web.Mvc.HtmlHelper * string * string * System.Web.Routing.RouteValueDictionary * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function RouteLink (htmlHelper As HtmlHelper, linkText As String, routeName As String, routeValues As RouteValueDictionary, htmlAttributes As IDictionary(Of String, Object)) As MvcHtmlString
Parâmetros
- htmlHelper
- HtmlHelper
A instância auxiliar HTML que este método estende.
- linkText
- String
O texto interno do elemento âncora.
- routeName
- String
O nome da rota que é usada para retornar um caminho virtual.
- routeValues
- RouteValueDictionary
Um objeto que contém os parâmetros para uma rota.
- htmlAttributes
- IDictionary<String,Object>
Um objeto que contém os atributos HTML a serem definidos para o elemento .
Retornos
Um elemento âncora (elemento a).
Exceções
O linkText
parâmetro é nulo ou vazio.
Aplica-se a
RouteLink(HtmlHelper, String, String, Object, Object)
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada.
public static System.Web.Mvc.MvcHtmlString RouteLink (this System.Web.Mvc.HtmlHelper htmlHelper, string linkText, string routeName, object routeValues, object htmlAttributes);
static member RouteLink : System.Web.Mvc.HtmlHelper * string * string * obj * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function RouteLink (htmlHelper As HtmlHelper, linkText As String, routeName As String, routeValues As Object, htmlAttributes As Object) As MvcHtmlString
Parâmetros
- htmlHelper
- HtmlHelper
A instância auxiliar HTML que este método estende.
- linkText
- String
O texto interno do elemento âncora.
- routeName
- String
O nome da rota que é usada para retornar um caminho virtual.
- routeValues
- Object
Um objeto que contém os parâmetros para uma rota. Os parâmetros são recuperados por meio de reflexo, examinando-se as propriedades do objeto. O objeto é tipicamente criado usando-se a sintaxe do inicializador de objeto.
- htmlAttributes
- Object
Um objeto que contém os atributos HTML a serem definidos para o elemento .
Retornos
Um elemento âncora (elemento a).
Exceções
O linkText
parâmetro é nulo ou vazio.
Aplica-se a
RouteLink(HtmlHelper, String, RouteValueDictionary, IDictionary<String,Object>)
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada.
public static System.Web.Mvc.MvcHtmlString RouteLink (this System.Web.Mvc.HtmlHelper htmlHelper, string linkText, System.Web.Routing.RouteValueDictionary routeValues, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member RouteLink : System.Web.Mvc.HtmlHelper * string * System.Web.Routing.RouteValueDictionary * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function RouteLink (htmlHelper As HtmlHelper, linkText As String, routeValues As RouteValueDictionary, htmlAttributes As IDictionary(Of String, Object)) As MvcHtmlString
Parâmetros
- htmlHelper
- HtmlHelper
A instância auxiliar HTML que este método estende.
- linkText
- String
O texto interno do elemento âncora.
- routeValues
- RouteValueDictionary
Um objeto que contém os parâmetros para uma rota.
- htmlAttributes
- IDictionary<String,Object>
Um objeto que contém os atributos HTML a serem definidos para o elemento .
Retornos
Um elemento âncora (elemento a).
Exceções
O linkText
parâmetro é nulo ou vazio.
Aplica-se a
RouteLink(HtmlHelper, String, String, RouteValueDictionary)
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada.
public static System.Web.Mvc.MvcHtmlString RouteLink (this System.Web.Mvc.HtmlHelper htmlHelper, string linkText, string routeName, System.Web.Routing.RouteValueDictionary routeValues);
static member RouteLink : System.Web.Mvc.HtmlHelper * string * string * System.Web.Routing.RouteValueDictionary -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function RouteLink (htmlHelper As HtmlHelper, linkText As String, routeName As String, routeValues As RouteValueDictionary) As MvcHtmlString
Parâmetros
- htmlHelper
- HtmlHelper
A instância auxiliar HTML que este método estende.
- linkText
- String
O texto interno do elemento âncora.
- routeName
- String
O nome da rota que é usada para retornar um caminho virtual.
- routeValues
- RouteValueDictionary
Um objeto que contém os parâmetros para uma rota.
Retornos
Um elemento âncora (elemento a).
Exceções
O linkText
parâmetro é nulo ou vazio.
Aplica-se a
RouteLink(HtmlHelper, String, Object)
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada.
public static System.Web.Mvc.MvcHtmlString RouteLink (this System.Web.Mvc.HtmlHelper htmlHelper, string linkText, object routeValues);
static member RouteLink : System.Web.Mvc.HtmlHelper * string * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function RouteLink (htmlHelper As HtmlHelper, linkText As String, routeValues As Object) As MvcHtmlString
Parâmetros
- htmlHelper
- HtmlHelper
A instância auxiliar HTML que este método estende.
- linkText
- String
O texto interno do elemento âncora.
- routeValues
- Object
Um objeto que contém os parâmetros para uma rota. Os parâmetros são recuperados por meio de reflexo, examinando-se as propriedades do objeto. O objeto é tipicamente criado usando-se a sintaxe do inicializador de objeto.
Retornos
Um elemento âncora (elemento a).
Exceções
O linkText
parâmetro é nulo ou vazio.
Aplica-se a
RouteLink(HtmlHelper, String, Object, Object)
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada.
public static System.Web.Mvc.MvcHtmlString RouteLink (this System.Web.Mvc.HtmlHelper htmlHelper, string linkText, object routeValues, object htmlAttributes);
static member RouteLink : System.Web.Mvc.HtmlHelper * string * obj * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function RouteLink (htmlHelper As HtmlHelper, linkText As String, routeValues As Object, htmlAttributes As Object) As MvcHtmlString
Parâmetros
- htmlHelper
- HtmlHelper
A instância auxiliar HTML que este método estende.
- linkText
- String
O texto interno do elemento âncora.
- routeValues
- Object
Um objeto que contém os parâmetros para uma rota. Os parâmetros são recuperados por meio de reflexo, examinando-se as propriedades do objeto. O objeto é tipicamente criado usando-se a sintaxe do inicializador de objeto.
- htmlAttributes
- Object
Um objeto que contém os atributos HTML a serem definidos para o elemento .
Retornos
Um elemento âncora (elemento a).
Exceções
O linkText
parâmetro é nulo ou vazio.
Aplica-se a
RouteLink(HtmlHelper, String, RouteValueDictionary)
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada.
public static System.Web.Mvc.MvcHtmlString RouteLink (this System.Web.Mvc.HtmlHelper htmlHelper, string linkText, System.Web.Routing.RouteValueDictionary routeValues);
static member RouteLink : System.Web.Mvc.HtmlHelper * string * System.Web.Routing.RouteValueDictionary -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function RouteLink (htmlHelper As HtmlHelper, linkText As String, routeValues As RouteValueDictionary) As MvcHtmlString
Parâmetros
- htmlHelper
- HtmlHelper
A instância auxiliar HTML que este método estende.
- linkText
- String
O texto interno do elemento âncora.
- routeValues
- RouteValueDictionary
Um objeto que contém os parâmetros para uma rota.
Retornos
Um elemento âncora (elemento a).
Exceções
O linkText
parâmetro é nulo ou vazio.
Aplica-se a
RouteLink(HtmlHelper, String, String)
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada.
public static System.Web.Mvc.MvcHtmlString RouteLink (this System.Web.Mvc.HtmlHelper htmlHelper, string linkText, string routeName);
static member RouteLink : System.Web.Mvc.HtmlHelper * string * string -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function RouteLink (htmlHelper As HtmlHelper, linkText As String, routeName As String) As MvcHtmlString
Parâmetros
- htmlHelper
- HtmlHelper
A instância auxiliar HTML que este método estende.
- linkText
- String
O texto interno do elemento âncora.
- routeName
- String
O nome da rota que é usada para retornar um caminho virtual.
Retornos
Um elemento âncora (elemento a).
Exceções
O linkText
parâmetro é nulo ou vazio.
Aplica-se a
RouteLink(HtmlHelper, String, String, String, String, String, Object, Object)
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada.
public static System.Web.Mvc.MvcHtmlString RouteLink (this System.Web.Mvc.HtmlHelper htmlHelper, string linkText, string routeName, string protocol, string hostName, string fragment, object routeValues, object htmlAttributes);
static member RouteLink : System.Web.Mvc.HtmlHelper * string * string * string * string * string * obj * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function RouteLink (htmlHelper As HtmlHelper, linkText As String, routeName As String, protocol As String, hostName As String, fragment As String, routeValues As Object, htmlAttributes As Object) As MvcHtmlString
Parâmetros
- htmlHelper
- HtmlHelper
A instância auxiliar HTML que este método estende.
- linkText
- String
O texto interno do elemento âncora.
- routeName
- String
O nome da rota que é usada para retornar um caminho virtual.
- protocol
- String
O protocolo para a URL, como "http" ou "https".
- hostName
- String
O nome do host da URL.
- fragment
- String
O nome do fragmento de URL (o nome âncora).
- routeValues
- Object
Um objeto que contém os parâmetros para uma rota. Os parâmetros são recuperados por meio de reflexo, examinando-se as propriedades do objeto. O objeto é tipicamente criado usando-se a sintaxe do inicializador de objeto.
- htmlAttributes
- Object
Um objeto que contém os atributos HTML a serem definidos para o elemento .
Retornos
Um elemento âncora (elemento a).
Exceções
O linkText
parâmetro é nulo ou vazio.
Aplica-se a
RouteLink(HtmlHelper, String, String, Object)
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada.
public static System.Web.Mvc.MvcHtmlString RouteLink (this System.Web.Mvc.HtmlHelper htmlHelper, string linkText, string routeName, object routeValues);
static member RouteLink : System.Web.Mvc.HtmlHelper * string * string * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function RouteLink (htmlHelper As HtmlHelper, linkText As String, routeName As String, routeValues As Object) As MvcHtmlString
Parâmetros
- htmlHelper
- HtmlHelper
A instância auxiliar HTML que este método estende.
- linkText
- String
O texto interno do elemento âncora.
- routeName
- String
O nome da rota que é usada para retornar um caminho virtual.
- routeValues
- Object
Um objeto que contém os parâmetros para uma rota. Os parâmetros são recuperados por meio de reflexo, examinando-se as propriedades do objeto. O objeto é tipicamente criado usando-se a sintaxe do inicializador de objeto.
Retornos
Um elemento âncora (elemento a).
Exceções
O linkText
parâmetro é nulo ou vazio.
Aplica-se a
RouteLink(HtmlHelper, String, String, String, String, String, RouteValueDictionary, IDictionary<String,Object>)
Retorna um elemento âncora (elemento a) que contém o caminho virtual da ação especificada.
public static System.Web.Mvc.MvcHtmlString RouteLink (this System.Web.Mvc.HtmlHelper htmlHelper, string linkText, string routeName, string protocol, string hostName, string fragment, System.Web.Routing.RouteValueDictionary routeValues, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member RouteLink : System.Web.Mvc.HtmlHelper * string * string * string * string * string * System.Web.Routing.RouteValueDictionary * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function RouteLink (htmlHelper As HtmlHelper, linkText As String, routeName As String, protocol As String, hostName As String, fragment As String, routeValues As RouteValueDictionary, htmlAttributes As IDictionary(Of String, Object)) As MvcHtmlString
Parâmetros
- htmlHelper
- HtmlHelper
A instância auxiliar HTML que este método estende.
- linkText
- String
O texto interno do elemento âncora.
- routeName
- String
O nome da rota que é usada para retornar um caminho virtual.
- protocol
- String
O protocolo para a URL, como "http" ou "https".
- hostName
- String
O nome do host da URL.
- fragment
- String
O nome do fragmento de URL (o nome âncora).
- routeValues
- RouteValueDictionary
Um objeto que contém os parâmetros para uma rota.
- htmlAttributes
- IDictionary<String,Object>
Um objeto que contém os atributos HTML a serem definidos para o elemento .
Retornos
Um elemento âncora (elemento a).
Exceções
O linkText
parâmetro é nulo ou vazio.