SPHttpUtility.UrlPathEncode Method
Include Protected Members
Include Inherited Members
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, TextWriter) | Encodes the specified path part of a URL for HTTP transmission, and appends it to the specified output stream. |
Top