IHttpRequestFeature.PathBase プロパティ

定義

アプリケーション ルートに関連付けられている要求パスの最初の部分を取得または設定します。

値はエスケープ解除されています。 値は です Empty

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

プロパティ値

適用対象