Enum
FindContentType

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).

Declaration

cs-api-definition
InnerMarkup = 1

Field Value

FindContentType

InnerText

The inner text of a tag and all its children. (Element.InnerText).

Declaration

cs-api-definition
InnerText = 0

Field Value

FindContentType

OuterMarkup

The outer markup of a tag. (Element.OuterMarkup).

Declaration

cs-api-definition
OuterMarkup = 2

Field Value

FindContentType

StartTagContent

The raw start tag content. (Element.Content).

Declaration

cs-api-definition
StartTagContent = 4

Field Value

FindContentType

TextContent

Text content of the tag only without all its children. (Element.TextContent).

Declaration

cs-api-definition
TextContent = 3

Field Value

FindContentType