Share via


HttpRequestFeature.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

Implements

Applies to