HtmlParsingHelper Class

Namespace
Kampute.DocToolkit.Support
Assembly
  • Kampute.DocToolkit.dll

Definition

Provides helper methods for parsing HTML content.
public static class HtmlParsingHelper
Inheritance

Methods

TryExtractTagContent(string, string, out string)Attempts to extract the content between opening and closing tags with the specified name.