UriHelper.GetEncodedPathAndQuery(HttpRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the relative 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
Parameters
- request
- HttpRequest
The request to assemble the uri pieces from.
Returns
The path and query off of request
.