UriHelper.GetEncodedPathAndQuery(HttpRequest) Metoda

Definice

Vrátí relativní identifikátor URI.

public:
[System::Runtime::CompilerServices::Extension]
 static System::String ^ GetEncodedPathAndQuery(Microsoft::AspNetCore::Http::HttpRequest ^ request);
public static string GetEncodedPathAndQuery (this Microsoft.AspNetCore.Http.HttpRequest request);
static member GetEncodedPathAndQuery : Microsoft.AspNetCore.Http.HttpRequest -> string
<Extension()>
Public Function GetEncodedPathAndQuery (request As HttpRequest) As String

Parametry

request
HttpRequest

Požadavek na sestavení částí identifikátoru URI z.

Návraty

String

Cesta a dotaz mimo request.

Platí pro