共用方式為


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

屬性值

實作

適用於