AntiXssEncoder::HtmlFormUrlEncode Method
.NET Framework (current version)
Encodes the specified string for use in form submissions whose MIME type is "application/x-www-form-urlencoded".
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | HtmlFormUrlEncode(String^) | Encodes the specified string for use in form submissions whose MIME type is "application/x-www-form-urlencoded". |
![]() ![]() | HtmlFormUrlEncode(String^, Encoding^) | Encodes the specified string for form submissions whose MIME type is "application/x-www-form-urlencoded" by using the specified character encoding type. |
![]() ![]() | HtmlFormUrlEncode(String^, Int32) | Encodes the specified string for use in form submissions whose MIME type is "application/x-www-form-urlencoded" by using the specified code page. |
Show:

