Click or drag to resize

StringUtilsUrlEncode Method

UrlEncodes a string without the requirement for System.Web

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string UrlEncode(
	string text
)

Parameters

text
Type: SystemString
The text.

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.StringUtils.UrlEncode(System.String)"]

See Also