IDocumentFunction public interface IDocumentFunction : ICssNode, IStyleFormattable Represents a function of the @document rule. Documentation Code string Data { get; } Gets the function's data (argument). string Name { get; } Gets the name of the function. bool Matches(Url url) Evaluates the function for the provided URL.