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

Interface IContentMixin

Interface that is implemented by component that act as a mixin for IContent on a block.

Namespace: EPiServer.DataAbstraction.RuntimeModel.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface IContentMixin

Properties

MixinInstance

Gets the mixin instance.

Declaration
object MixinInstance { get; }
Property Value
Type Description
System.Object

The mixin instance.

Extension Methods