Click or drag to resize

MPUtilityHtmlUrlAttributeEncode Method

Encodes the specified url attribute and ensures that it's value is correctly formatted according to the content.

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static string HtmlUrlAttributeEncode(
	string url
)

Parameters

url
Type: SystemString

Return Value

Type: String
See Also