SaaS CMS has officially launched! Learn more now.

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