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)
[<ConfigurationPropertyAttribute("requestPathInvalidCharacters", DefaultValue = "<,>,*,%,&,:,\\,?")>] member RequestPathInvalidCharacters : string with get, set
Property Value
Type: System.StringA 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: