IPropertyValue interface IPropertyValue Documentation Code using AngleSharp.Dom.Css; namespace AngleSharp.Css { internal interface IPropertyValue { string CssText { get; } CssValue Original { get; } CssValue ExtractFor(string name); } }