Click or drag to resize

HtmlSettings Class

A list of HTML conversion settings, including tags that are to be excluded completely; tags that are to be discarded but their content kept; content that is to be excluded as defined by xpaths; content that is to be kept as defined by xpaths; and tag attributes that are to be excluded.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1HtmlSettings

Namespace:  IBM.Watson.DeveloperCloud.Services.Discovery.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class HtmlSettings

The HtmlSettings type exposes the following members.

Constructors
  NameDescription
Public methodHtmlSettings
Initializes a new instance of the HtmlSettings class
Top
Properties
  NameDescription
Public propertyexclude_content
Exclude content.
Public propertyexclude_tag_attributes
Exclude tag attributes.
Public propertyexclude_tags_completely
Exclude tags completely.
Public propertyexclude_tags_keep_content
Exclude tags, keep content.
Public propertykeep_content
Keep content.
Public propertykeep_tag_attributes
Keep tag attributes.
Top
See Also