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
属性
DirectParent : bool
is the selector item has to be direct parent
方法
字段
_directParent : bool
is the selector item has to be direct parent