Interface IDisplayChannelResolver
Signature for component that resolves active Display
Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3Syntax
public interface IDisplayChannelResolver
Methods
GetActiveChannels()
Gets all Display
Declaration
IEnumerable<DisplayChannel> GetActiveChannels()
Returns
Type | Description |
---|---|
System. |
All active channels |