NScrapeUtilityUrlEncode Method |
Encodes a URL string
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax public static string UrlEncode(
string str
)
Public Shared Function UrlEncode (
str As String
) As String
public:
static String^ UrlEncode(
String^ str
)
static member UrlEncode :
str : string -> string
Parameters
- str
- Type: SystemString
The URL string to encode
Return Value
Type:
String
The encoded URL string
See Also