Class HeadlessChannelApplicationUrlIdentifier
Headless channel application identifier from the URL.
public sealed class HeadlessChannelApplicationUrlIdentifier
- Inheritance
-
objectHeadlessChannelApplicationUrlIdentifier
- Extension Methods
Constructors
HeadlessChannelApplicationUrlIdentifier(string)
Initializes an instance of HeadlessChannelApplicationUrlIdentifier class.
public HeadlessChannelApplicationUrlIdentifier(string value)
Parameters
value
stringValue to parse the identifier from.
Properties
HeadlessChannelID
Headless channel ID.
public int HeadlessChannelID { get; set; }
Property Value
- int
Slug
Application slug.
public string Slug { get; set; }
Property Value
- string