Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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