UnvalidatedRequestValues::Path Property

.NET Framework (current version)
 

Gets the virtual path of the requested resource without triggering ASP.NET request validation.

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

public:
property String^ Path {
	String^ get();
}

Property Value

Type: System::String^

The virtual path.

System_CAPS_security Security Note

If you use this property, you must manually check the data for potential cross-site scripting attacks.

.NET Framework
Available since 4.5
Return to top
Show: