Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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