HttpRuntimeSection::RequestPathInvalidCharacters Property
.NET Framework (current version)
Gets or sets a list of characters that are specified as invalid in a path that is part of an HTTP request.
Assembly: System.Web (in System.Web.dll)
public: [ConfigurationPropertyAttribute("requestPathInvalidCharacters", DefaultValue = "<,>,*,%,&,:,\\,?")] property String^ RequestPathInvalidCharacters { String^ get(); void set(String^ value); }
Property Value
Type: System::String^A comma-separated list of invalid characters. The following list contains the default set of invalid characters:
<,>,*,%,&,:,\\
To set this value in a configuration file, you can assign a comma-separated string of characters to the requestPathInvalidCharacters attribute of the httpRuntime element. For more information, see httpRuntime Element (ASP.NET Settings Schema).
.NET Framework
Available since 4.0
Available since 4.0
Show: