UnvalidatedRequestValuesBase.Path Property

.NET Framework (current version)
 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

abstract Path : string with get
override Path : string with get

Property Value

Type: System.String

The virtual path.

Exception Condition
NotImplementedException

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.

.NET Framework
Available since 4.5
Return to top
Show: