6 lines
104 B
C#
6 lines
104 B
C#
namespace Solicitors.HtmlParsing.Models;
|
|
|
|
internal interface IHtmlAttribute
|
|
{
|
|
string Name { get; }
|
|
} |