SimpleWorkerRequest.GetRawUrl 方法

定义

返回附加了查询字符串的请求标头中包含的 URL 路径。Returns the URL path contained in the header with the query string appended.

public:
 override System::String ^ GetRawUrl();
public override string GetRawUrl ();
override this.GetRawUrl : unit -> string
Public Overrides Function GetRawUrl () As String

返回

String

请求标头的原始 URL 路径。The raw URL path of the request header.


返回的 URL 未经规范化。The returned URL is not normalized. 使用 URL 进行访问控制或安全敏感性决策会将应用程序暴露在规范化安全漏洞之下。Using the URL for access control, or security-sensitive decisions can expose your application to canonicalization security vulnerabilities.

适用于