IHttpRequestFeature.Path 屬性

定義

取得或設定識別所要求資源的要求路徑部分。

如果 PathBase 包含完整路徑,或 'OPTIONS *' 要求,則此值可能是 Empty 。 除了 '%2F' 以外,路徑會完全解碼為 '/',並變更路徑區段的意義。 '%2F' 只能在將路徑分割成區段之後取代。

public:
 property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String

屬性值

適用於