SaaS CMS has officially launched! Learn more now.

Interface IDisplayChannelRegistry

Holds registered DisplayChannel

Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3
Syntax
public interface IDisplayChannelRegistry

Properties

Channels

Gets all registered channels.

Declaration
IList<DisplayChannel> Channels { get; }
Property Value
Type Description
System.Collections.Generic.IList<DisplayChannel>
Remarks

The property is not thread safe meaning all modifications must occour during initialization.

After initialization completed this property will be read-only.

Extension Methods