Table of Contents

Class WebPagesApplicationUrlIdentifier

Namespace
Kentico.Xperience.Admin.Websites
Assembly
Kentico.Xperience.Admin.Websites.dll

Web pages application identifier from the URL.

public sealed class WebPagesApplicationUrlIdentifier
Inheritance
object
WebPagesApplicationUrlIdentifier
Extension Methods

Constructors

WebPagesApplicationUrlIdentifier(string)

Initializes an instance of WebPagesApplicationUrlIdentifier class.

public WebPagesApplicationUrlIdentifier(string value)

Parameters

value string

Value 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