コード例 #1
0
ファイル: DefaultTreeBuilder.cs プロジェクト: fgcp020/High5
 public string GetAttributeValue(HtmlAttribute attribute) => attribute.Value;
コード例 #2
0
ファイル: DefaultTreeBuilder.cs プロジェクト: fgcp020/High5
 public string GetAttributeName(HtmlAttribute attribute) => attribute.Name;