次の方法で共有


HttpRequestFeature.RawTarget プロパティ

定義

HTTP 要求で送信された要求ターゲットを取得または設定します。

このプロパティには、生のパスと完全なクエリ、および 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

プロパティ値

実装

適用対象