UnvalidatedRequestValuesBase::PathInfo Property
.NET Framework (current version)
When overridden in a derived class, gets additional path information for a resource that has a URL extension, without triggering ASP.NET request validation.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^A string that contains additional path information for a resource.
| 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
Available since 4.5
Show: