UrlHelperBase.GenerateUrl Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GenerateUrl(String, String, String) |
Génère un URI à partir des composants fournis. |
GenerateUrl(String, String, String, String) |
Générez une URL à l’aide des valeurs spécifiées. |
GenerateUrl(String, String, String)
- Source:
- UrlHelperBase.cs
- Source:
- UrlHelperBase.cs
Génère un URI à partir des composants fournis.
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
Paramètres
- protocol
- String
Schéma/protocole d’URI.
- host
- String
Hôte d’URI.
- path
- String
Chemin d’accès de l’URI et parties restantes (chemin, requête et fragment).
Retours
Uri absolu si ou protocol
host
est spécifié, génère sinon un URI avec un chemin absolu.
S’applique à
GenerateUrl(String, String, String, String)
- Source:
- UrlHelperBase.cs
- Source:
- UrlHelperBase.cs
Générez une URL à l’aide des valeurs spécifiées.
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
Paramètres
- protocol
- String
Protocole.
- host
- String
Hôte.
- virtualPath
- String
Chemin d'accès virtuel.
- fragment
- String
Fragment.
Retours
URL générée