Class CssFunction
Object representing CSS function
Inheritance
System.Object
CssFunction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.CssParsing
Assembly: EPiServer.Framework.dll
Version: 8.11.0Syntax
public class CssFunction
Constructors
CssFunction()
Declaration
public CssFunction()
Properties
Expression
Gets or sets the expression.
Declaration
public Expression Expression { get; set; }
Property Value
Type | Description |
---|---|
Expression | The expression. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Methods
ToString()
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String that represents this instance. |
Overrides
System.Object.ToString()