Try our conversational search powered by Generative AI!

Interface IContentMixin

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

Namespace: EPiServer.DataAbstraction.RuntimeModel
Assembly: EPiServer.dll
Version: 8.11.0
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