Lemon.Core.Discover.HtmlAttributeParse.HtmlAttributeParse C# (CSharp) Method

HtmlAttributeParse() public method

public HtmlAttributeParse ( string xpath, string attribute ) : HtmlAgilityPack
xpath string
attribute string
return HtmlAgilityPack
        public HtmlAttributeParse(string xpath, string attribute)
        {
            _xpath = xpath;

            _attribute = attribute;
        }
HtmlAttributeParse