2026-06-24 14:25:32 +01:00

6 lines
104 B
C#

namespace Solicitors.HtmlParsing.Models;
internal interface IHtmlAttribute
{
string Name { get; }
}