EAPEncodeUrlPathEncode Method |
Encode a file path for use in a url href. Ex: " " to "%20".
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string UrlPathEncode(
string s
)
Public Shared Function UrlPathEncode (
s As String
) As String
Parameters
- s
- Type: SystemString
The file path for which to encode.
Return Value
Type:
StringThe encoded file path.
See Also