Table of Contents

Class HeadlessChannelUrlOptions

Namespace
CMS.Headless
Assembly
CMS.Headless.dll

Headless channel URL options used to configure URL overrides for headless channels.

public sealed class HeadlessChannelUrlOptions
Inheritance
object
HeadlessChannelUrlOptions
Extension Methods

Remarks

Configuring the URLs for the channel overrides the corresponding configuration stored in the database. Values not provided via the options object are loaded from the database.

Properties

UrlOverrides

Dictionary of URLs for headless channels organized by ChannelName

public IDictionary<string, HeadlessChannelUrls> UrlOverrides { get; }

Property Value

IDictionary<string, HeadlessChannelUrls>

Remarks

The initialized instance of dictionary uses System.StringComparer.OrdinalIgnoreCase key comparer.