CssBlockSelectorItem

TheArtOfDev.HtmlRenderer.Core.Entities

Holds single class selector in css block hierarchical selection (p class1 > div.class2)

Конструкторы

CssBlockSelectorItem(string, bool)

Creates a new block from the block's source

class
the name of the css class of the block
directParent

Свойства

Class : string

the name of the css class of the block

DirectParent : bool

is the selector item has to be direct parent

Методы

ToString() : string

Returns a String that represents the current Object.

Поля

_class : string

the name of the css class of the block

_directParent : bool

is the selector item has to be direct parent