SaaS CMS has officially launched! Learn more now.

Interface IDisplayChannelResolver

Signature for component that resolves active DisplayChannel instances.

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

Methods

GetActiveChannels()

Gets all DisplayChannel instances that are considered currently active.

Declaration
IEnumerable<DisplayChannel> GetActiveChannels()
Returns
Type Description
System.Collections.Generic.IEnumerable<DisplayChannel>

All active channels

Extension Methods