Condividi tramite


HttpRequestWrapper.PathInfo Proprietà

Definizione

Ottiene informazioni aggiuntive sul percorso di una risorsa con estensione URL.

public:
 virtual property System::String ^ PathInfo { System::String ^ get(); };
public override string PathInfo { get; }
member this.PathInfo : string
Public Overrides ReadOnly Property PathInfo As String

Valore della proprietà

String

Informazioni aggiuntive sul percorso per la risorsa.

Commenti

Per l'URL http://www.contoso.com/virdir/page.html/tail, il PathInfo valore è /tail.

Si applica a