PowerUI.Css.Functions.Url Class Reference

Detailed Description

Represents the url() css function.

Inheritance diagram for PowerUI.Css.Functions.Url:
PowerUI.Css.CssFunction

Public Member Functions

 Url ()
 
override string[] GetNames ()
 The set of all function names that this one will handle. Usually just one. Lowercase. e.g. "rgb", "rgba". More...
 

Additional Inherited Members

- Public Attributes inherited from PowerUI.Css.CssFunction
string Name
 The main name of this function. Originates from the first result returned by GetNames. More...
 

Constructor & Destructor Documentation

PowerUI.Css.Functions.Url.Url ( )
inline

Member Function Documentation

override string [] PowerUI.Css.Functions.Url.GetNames ( )
inlinevirtual

The set of all function names that this one will handle. Usually just one. Lowercase. e.g. "rgb", "rgba".

Reimplemented from PowerUI.Css.CssFunction.