UrlHelperExtensions.RouteUrl 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
RouteUrl(IUrlHelper, String, Object, String, String) |
Gera uma URL com um caminho absoluto para a rota |
RouteUrl(IUrlHelper, Object) |
Gera uma URL com um caminho absoluto para a rota |
RouteUrl(IUrlHelper, String) |
Gera uma URL com um caminho absoluto para o especificado |
RouteUrl(IUrlHelper, String, Object) |
Gera uma URL com um caminho absoluto para o especificado |
RouteUrl(IUrlHelper, String, Object, String) |
Gera uma URL com um caminho absoluto para a rota |
RouteUrl(IUrlHelper, String, Object, String, String, String) |
Gera uma URL com um caminho absoluto para a rota |
RouteUrl(IUrlHelper, String, Object, String, String)
- Origem:
- UrlHelperExtensions.cs
- Origem:
- UrlHelperExtensions.cs
- Origem:
- UrlHelperExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ RouteUrl(Microsoft::AspNetCore::Mvc::IUrlHelper ^ helper, System::String ^ routeName, System::Object ^ values, System::String ^ protocol, System::String ^ host);
public static string RouteUrl (this Microsoft.AspNetCore.Mvc.IUrlHelper helper, string routeName, object values, string protocol, string host);
public static string? RouteUrl (this Microsoft.AspNetCore.Mvc.IUrlHelper helper, string? routeName, object? values, string? protocol, string? host);
static member RouteUrl : Microsoft.AspNetCore.Mvc.IUrlHelper * string * obj * string * string -> string
<Extension()>
Public Function RouteUrl (helper As IUrlHelper, routeName As String, values As Object, protocol As String, host As String) As String
Parâmetros
- helper
- IUrlHelper
O IUrlHelper.
- routeName
- String
O nome da rota que é usada para gerar a URL.
- values
- Object
Um objeto que contém valores de rota.
- protocol
- String
O protocolo para a URL, como "http" ou "https".
- host
- String
O nome do host da URL.
Retornos
A URL gerada.
Comentários
O valor de host
deve ser um valor confiável. Confiar no valor da solicitação atual pode permitir que a entrada não confiável influencie o URI resultante, a menos que o Host
cabeçalho tenha sido validado. Consulte a documentação de implantação para obter instruções sobre como validar corretamente o Host
cabeçalho em seu ambiente de implantação.
Aplica-se a
RouteUrl(IUrlHelper, Object)
- Origem:
- UrlHelperExtensions.cs
- Origem:
- UrlHelperExtensions.cs
- Origem:
- UrlHelperExtensions.cs
Gera uma URL com um caminho absoluto para a rota values
especificada.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ RouteUrl(Microsoft::AspNetCore::Mvc::IUrlHelper ^ helper, System::Object ^ values);
public static string RouteUrl (this Microsoft.AspNetCore.Mvc.IUrlHelper helper, object values);
public static string? RouteUrl (this Microsoft.AspNetCore.Mvc.IUrlHelper helper, object? values);
static member RouteUrl : Microsoft.AspNetCore.Mvc.IUrlHelper * obj -> string
<Extension()>
Public Function RouteUrl (helper As IUrlHelper, values As Object) As String
Parâmetros
- helper
- IUrlHelper
O IUrlHelper.
- values
- Object
Um objeto que contém valores de rota.
Retornos
A URL gerada.
Aplica-se a
RouteUrl(IUrlHelper, String)
- Origem:
- UrlHelperExtensions.cs
- Origem:
- UrlHelperExtensions.cs
- Origem:
- UrlHelperExtensions.cs
Gera uma URL com um caminho absoluto para o especificado routeName
.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ RouteUrl(Microsoft::AspNetCore::Mvc::IUrlHelper ^ helper, System::String ^ routeName);
public static string RouteUrl (this Microsoft.AspNetCore.Mvc.IUrlHelper helper, string routeName);
public static string? RouteUrl (this Microsoft.AspNetCore.Mvc.IUrlHelper helper, string? routeName);
static member RouteUrl : Microsoft.AspNetCore.Mvc.IUrlHelper * string -> string
<Extension()>
Public Function RouteUrl (helper As IUrlHelper, routeName As String) As String
Parâmetros
- helper
- IUrlHelper
O IUrlHelper.
- routeName
- String
O nome da rota que é usada para gerar a URL.
Retornos
A URL gerada.
Aplica-se a
RouteUrl(IUrlHelper, String, Object)
- Origem:
- UrlHelperExtensions.cs
- Origem:
- UrlHelperExtensions.cs
- Origem:
- UrlHelperExtensions.cs
Gera uma URL com um caminho absoluto para o especificado routeName
e roteia values
.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ RouteUrl(Microsoft::AspNetCore::Mvc::IUrlHelper ^ helper, System::String ^ routeName, System::Object ^ values);
public static string RouteUrl (this Microsoft.AspNetCore.Mvc.IUrlHelper helper, string routeName, object values);
public static string? RouteUrl (this Microsoft.AspNetCore.Mvc.IUrlHelper helper, string? routeName, object? values);
static member RouteUrl : Microsoft.AspNetCore.Mvc.IUrlHelper * string * obj -> string
<Extension()>
Public Function RouteUrl (helper As IUrlHelper, routeName As String, values As Object) As String
Parâmetros
- helper
- IUrlHelper
O IUrlHelper.
- routeName
- String
O nome da rota que é usada para gerar a URL.
- values
- Object
Um objeto que contém valores de rota.
Retornos
A URL gerada.
Aplica-se a
RouteUrl(IUrlHelper, String, Object, String)
- Origem:
- UrlHelperExtensions.cs
- Origem:
- UrlHelperExtensions.cs
- Origem:
- UrlHelperExtensions.cs
Gera uma URL com um caminho absoluto para a rota routeName
e a rota values
especificadas, que contém o especificado a ser usado protocol
. Consulte a seção comentários para obter informações importantes de segurança.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ RouteUrl(Microsoft::AspNetCore::Mvc::IUrlHelper ^ helper, System::String ^ routeName, System::Object ^ values, System::String ^ protocol);
public static string RouteUrl (this Microsoft.AspNetCore.Mvc.IUrlHelper helper, string routeName, object values, string protocol);
public static string? RouteUrl (this Microsoft.AspNetCore.Mvc.IUrlHelper helper, string? routeName, object? values, string? protocol);
static member RouteUrl : Microsoft.AspNetCore.Mvc.IUrlHelper * string * obj * string -> string
<Extension()>
Public Function RouteUrl (helper As IUrlHelper, routeName As String, values As Object, protocol As String) As String
Parâmetros
- helper
- IUrlHelper
O IUrlHelper.
- routeName
- String
O nome da rota que é usada para gerar a URL.
- values
- Object
Um objeto que contém valores de rota.
- protocol
- String
O protocolo para a URL, como "http" ou "https".
Retornos
A URL gerada.
Comentários
Esse método usa o valor de Host para preencher a seção host do URI gerado. Confiar no valor da solicitação atual pode permitir que a entrada não confiável influencie o URI resultante, a menos que o Host
cabeçalho tenha sido validado. Consulte a documentação de implantação para obter instruções sobre como validar corretamente o Host
cabeçalho em seu ambiente de implantação.
Aplica-se a
RouteUrl(IUrlHelper, String, Object, String, String, String)
- Origem:
- UrlHelperExtensions.cs
- Origem:
- UrlHelperExtensions.cs
- Origem:
- UrlHelperExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ RouteUrl(Microsoft::AspNetCore::Mvc::IUrlHelper ^ helper, System::String ^ routeName, System::Object ^ values, System::String ^ protocol, System::String ^ host, System::String ^ fragment);
public static string RouteUrl (this Microsoft.AspNetCore.Mvc.IUrlHelper helper, string routeName, object values, string protocol, string host, string fragment);
public static string? RouteUrl (this Microsoft.AspNetCore.Mvc.IUrlHelper helper, string? routeName, object? values, string? protocol, string? host, string? fragment);
static member RouteUrl : Microsoft.AspNetCore.Mvc.IUrlHelper * string * obj * string * string * string -> string
<Extension()>
Public Function RouteUrl (helper As IUrlHelper, routeName As String, values As Object, protocol As String, host As String, fragment As String) As String
Parâmetros
- helper
- IUrlHelper
O IUrlHelper.
- routeName
- String
O nome da rota que é usada para gerar a URL.
- values
- Object
Um objeto que contém valores de rota.
- protocol
- String
O protocolo para a URL, como "http" ou "https".
- host
- String
O nome do host da URL.
- fragment
- String
O fragmento da URL.
Retornos
A URL gerada.
Comentários
O valor de host
deve ser um valor confiável. Confiar no valor da solicitação atual pode permitir que a entrada não confiável influencie o URI resultante, a menos que o Host
cabeçalho tenha sido validado. Consulte a documentação de implantação para obter instruções sobre como validar corretamente o Host
cabeçalho em seu ambiente de implantação.