HtmlExtensions.RemoveLinks Method
- Namespace:
- Weavy.Core.Helpers
- Assembly:
- Weavy.Core.dll
RemoveLinks(String)
Remove all anchors from the specified html string but preserve other content.
public static string RemoveLinks(this string html)
Parameters
- html
- System.String
Returns
System.String