UrlHelper.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.
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.