HttpWorkerRequest.GetPathInfo 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.
Retourne des informations supplémentaires sur le chemin d'accès pour une ressource avec une extension d'URL. Pour le chemin "/virdir/page.html/tail", la valeur GetPathInfo est "/tail".
public:
virtual System::String ^ GetPathInfo();
public virtual string GetPathInfo();
abstract member GetPathInfo : unit -> string
override this.GetPathInfo : unit -> string
Public Overridable Function GetPathInfo () As String
Retours
Informations supplémentaires sur le chemin d’accès d’une ressource.