HttpRequestFeature.RawTarget 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在 HTTP 要求中傳送的要求目標。
此屬性包含原始路徑和完整查詢,以及其他要求目標,例如 *,適用于選項要求 (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