IHttpRequestFeature.RawTarget Property

Definition

Gets or sets the request target as it was sent in the HTTP request.

This property contains the raw path and full query, as well as other request targets such as * for OPTIONS requests (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

Property Value

Remarks

This property is not used internally for routing or authorization decisions. It has not been UrlDecoded and care should be taken in its use.

Applies to