DocumentFunction abstract class DocumentFunction : CssNode, IDocumentFunction, ICssNode, IStyleFormattable Represents a feature expression within a media query. Documentation Code public string Data { get; } public string Name { get; } public abstract bool Matches(Url url)