Click or drag to resize

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
)

Parameters

s
Type: SystemString
The file path for which to encode.

Return Value

Type: String
The encoded file path.
See Also