HttpRequestFeature.RawTarget 属性

定义

获取或设置 HTTP 请求中发送的请求目标。

此属性包含原始路径和完整查询,以及其他请求目标,例如 * for OPTIONS 请求 (https://tools.ietf.org/html/rfc7230#section-5.3) 。

public:
 property System::String ^ RawTarget { System::String ^ get(); void set(System::String ^ value); };
public string RawTarget { get; set; }
member this.RawTarget : string with get, set
Public Property RawTarget As String

属性值

实现

适用于