UrlHelperBase.GenerateUrl 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
GenerateUrl(String, String, String) |
Gera um URI dos componentes fornecidos. |
GenerateUrl(String, String, String, String) |
Gere uma URL usando os valores especificados. |
GenerateUrl(String, String, String)
- Origem:
- UrlHelperBase.cs
- Origem:
- UrlHelperBase.cs
Gera um URI dos componentes fornecidos.
protected:
System::String ^ GenerateUrl(System::String ^ protocol, System::String ^ host, System::String ^ path);
protected string GenerateUrl (string protocol, string host, string path);
protected string? GenerateUrl (string? protocol, string? host, string? path);
member this.GenerateUrl : string * string * string -> string
Protected Function GenerateUrl (protocol As String, host As String, path As String) As String
Parâmetros
- protocol
- String
O esquema/protocolo de URI.
- host
- String
O host de URI.
- path
- String
O caminho do URI e as partes restantes (caminho, consulta e fragmento).
Retornos
Um URI absoluto se o protocol
ou host
for especificado, caso contrário, gerará um URI com um caminho absoluto.
Aplica-se a
GenerateUrl(String, String, String, String)
- Origem:
- UrlHelperBase.cs
- Origem:
- UrlHelperBase.cs
Gere uma URL usando os valores especificados.
protected:
System::String ^ GenerateUrl(System::String ^ protocol, System::String ^ host, System::String ^ virtualPath, System::String ^ fragment);
protected string GenerateUrl (string protocol, string host, string virtualPath, string fragment);
protected string? GenerateUrl (string? protocol, string? host, string? virtualPath, string? fragment);
member this.GenerateUrl : string * string * string * string -> string
Protected Function GenerateUrl (protocol As String, host As String, virtualPath As String, fragment As String) As String
Parâmetros
- protocol
- String
O protocolo.
- host
- String
O host.
- virtualPath
- String
O caminho virtual.
- fragment
- String
O fragmento.
Retornos
A URL gerada