A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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.Cms.AspNet.dll
Version: 11.20.7
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