London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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