次の方法で共有


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

プロパティ値

String

仮想パス。

注釈

重要

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

適用対象