Condividi tramite


IHttpRequestFeature.RawTarget Proprietà

Definizione

Ottiene o imposta la destinazione della richiesta inviata nella richiesta HTTP.

Questa proprietà contiene il percorso non elaborato e la query completa, nonché altre destinazioni di richiesta, ad esempio * per le richieste 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

Valore della proprietà

Commenti

Questa proprietà non viene utilizzata internamente per le decisioni relative al routing o all'autorizzazione. Non è stato UrlDecoded e occorre prestare attenzione nel suo uso.

Si applica a