Table of Contents

Class HAttribute

Namespace
ScrapySharp.Html.Dom
Assembly
ScrapySharp.dll
public class HAttribute : IHSubContainer
Inheritance
HAttribute
Implements
Inherited Members

Constructors

HAttribute(string, string)

public HAttribute(string name, string value)

Parameters

name string
value string

Properties

Name

public string Name { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string