ZennoLab Assemblies Documentation
ParseByCssSelector Method (IInstanceManagerService)
ZennoLab.InterfacesLibrary.ZennoPoster Namespace > IInstanceManagerService Interface : ParseByCssSelector Method
Html document
CSS-selector
The attribute to take
Parse html document by css-selector
Syntax
[OperationContract("ParseByCssSelector")]
IEnumerable<string> ParseByCssSelector( 
   string source,
   string cssSelector,
   string attribute
)

Parameters

source
Html document
cssSelector
CSS-selector
attribute
The attribute to take
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IInstanceManagerService Interface
IInstanceManagerService Members