Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

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: 7.19.2
Syntax
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()

Extension Methods