Aracılığıyla paylaş


UriHelper.GetEncodedUrl(HttpRequest) Yöntem

Tanım

İstek URL'sinin birleşik bileşenlerini, HTTP üst bilgilerinde ve diğer HTTP işlemlerinde kullanıma uygun, tam olarak kaçış biçiminde döndürür.

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

Parametreler

request
HttpRequest

Uri parçalarının birleştirilmesi isteği.

Döndürülenler

url'sinin requestkodlanmış dize sürümü.

Şunlara uygulanır