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 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