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