public static IEnumerable<string> ParseByCssSelector( string source, string cssSelector, string attribute )
Parameters
- source
Type: System.String
Html document.
- cssSelector
Type: System.String
CSS-selector.
- attribute
Type: System.String
The attribute to take.
Return Value
Type: System.Collections.Generic.IEnumerable
The result of parsing data. Returns list of attributes.