SPHttpUtility.UrlPathEncode method
Encodes the specified path part of a URL for HTTP transmission.
Overload list
Name | Description | |
---|---|---|
UrlPathEncode(String, Boolean) | Encodes the specified path part of a URL for HTTP transmission. | |
UrlPathEncode(String, Boolean, Boolean) | Encodes the specified path part of a URL for HTTP transmission. | |
UrlPathEncode(String, Boolean, TextWriter) | Encodes the specified path part of a URL for HTTP transmission, and appends it to the specified output stream. | |
UrlPathEncode(String, Boolean, Boolean, Boolean) | Encodes path portion of an URL for reliable HTTP transmission from the Web server to a client. | |
UrlPathEncode(String, Boolean, Boolean, TextWriter) | Encodes the specified path part of a URL for HTTP transmission, and appends it to the specified output stream. |
Top