Click or drag to resize

EAPCtrlUtilsReplaceAnchors Method

HTML does not allow nested anchor tags. This code replaces any anchor opening and/or closing tags with corresponding SPAN tags.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ReplaceAnchors(
	string html
)

Parameters

html
Type: SystemString
The HTML to modify.

Return Value

Type: String
The modified HTML.
See Also