HttpWorkerRequest.GetPathInfo Méthode

Définition

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.

S’applique à