Uri.IsAbsoluteUri Propriété

Définition

Obtient une valeur qui indique si l’instance Uri est absolue.

public:
 property bool IsAbsoluteUri { bool get(); };
public bool IsAbsoluteUri { get; }
member this.IsAbsoluteUri : bool
Public ReadOnly Property IsAbsoluteUri As Boolean

Valeur de propriété

Boolean

true si l’instance Uri est absolue ; sinon, false.

Remarques

Cette propriété est true si la chaîne ou Uri l’instance passée dans le constructeur peut être analysée en tant qu’instance absolue Uri , qui contient un schéma, une autorité et un chemin d’accès. Sinon, l’instance Uri est traitée comme relative et peut omettre le schéma ou d’autres composants URI.

S’applique à