Click or drag to resize

UrlHelperEncode Method

Encodes special characters in a URL string into character-entity equivalents.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public string Encode(
	string url
)
View Source

Parameters

url  String
The text to encode.

Return Value

String
An encoded URL string.
See Also