ICssNamespaceRule public interface ICssNamespaceRule : ICssRule, IStyleFormattable Represents a namespace declaration CSS rule. Documentation Code string NamespaceUri { get; set; } Gets the URI of the given namespace. string Prefix { get; set; } Gets the prefix associated to this namespace. If there is no such prefix, returns null.