HttpServerUtility.UrlPathEncode Method
URL-encodes the path section of a URL string and returns the encoded string.
Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Parameters
- s
- Type: System.String
The text to URL-encode.
URL encoding ensures that all browsers will correctly transmit text in URL strings. Characters such as a question mark (?), ampersand (&), slash mark (/), and spaces might be truncated or corrupted by some browsers. As a result, these characters must be encoded in <a> tags or in query strings where the strings can be re-sent by a browser in a request string.
UrlPathEncode is a convenient way to access the HttpUtility.UrlPathEncode method at run time from an ASP.NET application. Internally, UrlPathEncode uses HttpUtility.UrlPathEncode to encode strings.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.