CssBlockSelectorItem

TheArtOfDev.HtmlRenderer.Core.Entities

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

Construtores

CssBlockSelectorItem(string, bool)

Creates a new block from the block's source

class
the name of the css class of the block
directParent

Propriedades

Class : string

the name of the css class of the block

DirectParent : bool

is the selector item has to be direct parent

Métodos

ToString() : string

Returns a String that represents the current Object.

Campos

_class : string

the name of the css class of the block

_directParent : bool

is the selector item has to be direct parent