Interface IDisplayChannelRegistry
Holds registered Display
Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3Syntax
public interface IDisplayChannelRegistry
Properties
Channels
Gets all registered channels.
Declaration
IList<DisplayChannel> Channels { get; }
Property Value
Type | Description |
---|---|
System. |
Remarks
The property is not thread safe meaning all modifications must occour during initialization.
After initialization completed this property will be read-only.