EnumFindContentType
Enum
Types of identification of type=Content
Definition
Namespace:ArtOfTest.WebAii.ObjectModel
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public enum FindContentType
Fields
InnerMarkup
The inner markup of a tag. (Element.InnerMarkup).
InnerText
The inner text of a tag and all its children. (Element.InnerText).
OuterMarkup
The outer markup of a tag. (Element.OuterMarkup).
StartTagContent
The raw start tag content. (Element.Content).
TextContent
Text content of the tag only without all its children. (Element.TextContent).