A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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