CssUrlToken sealed class CssUrlToken : CssToken Represents a CSS URL token. Documentation Code public string FunctionName { get; } Gets the name of the used function. public bool IsBad { get; } Gets if the data is bad. public CssUrlToken(string functionName, string data, bool bad, TextPosition position) Creates a new CSS URL token.