UrlHelperBase.IsLocalUrl(String) 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.
Renvoie une valeur qui indique si l'URL est locale. Une URL est considérée comme locale si elle n’a pas de partie hôte/autorité et si elle a un chemin absolu. Les URL utilisant des chemins d’accès virtuels ('~/') sont également locales.
public:
virtual bool IsLocalUrl(System::String ^ url);
public virtual bool IsLocalUrl (string url);
public virtual bool IsLocalUrl (string? url);
abstract member IsLocalUrl : string -> bool
override this.IsLocalUrl : string -> bool
Public Overridable Function IsLocalUrl (url As String) As Boolean
Paramètres
- url
- String
URL.
Retours
true
si l’URL est locale ; sinon, false
.