Skip to content

Commit 0e26377

Browse files
Update HtmlData.cs
1 parent aa8c419 commit 0e26377

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

class/HtmlData.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,11 @@ public string GetValueByIndex(int Index)
269269
return NameValueList[TmpIndex].Value; ;
270270
}
271271

272+
public int Count()
273+
{
274+
return NameValueList.Count;
275+
}
276+
272277
public List<NameValue> GetList()
273278
{
274279
return NameValueList;

0 commit comments

Comments
 (0)