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
)
Public Shared Function ReplaceAnchors (
html As String
) As String
Parameters
- html
- Type: SystemString
The HTML to modify.
Return Value
Type:
StringThe modified HTML.
See Also