UnvalidatedRequestValues.Path プロパティ

定義

要求の検証をトリガーせずに、要求されたリソースの仮想パス ASP.NET 取得します。

public:
 property System::String ^ Path { System::String ^ get(); };
public string Path { get; }
member this.Path : string
Public ReadOnly Property Path As String

プロパティ値

仮想パス。

注釈

Important

このプロパティを使用する場合は、クロスサイト スクリプティング攻撃の可能性がないか、データを手動で確認する必要があります。

適用対象