UnvalidatedRequestValuesBase.Path Property

Definition

When overridden in a derived class, gets the virtual path of the requested resource without triggering ASP.NET request validation.

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

Property Value

The virtual path.

Exceptions

The property is not implemented.

Notes to Inheritors

If you override this property in a derived class, you must manually check the data for potential cross-site scripting attacks.

Applies to