Click or drag to resize

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
)

Parameters

str
Type: SystemString
The URL string to encode

Return Value

Type: String
The encoded URL string
See Also