Table of Contents

Class WebPageUrlIdentifier

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

Web page language variant identifier from the URL.

public sealed class WebPageUrlIdentifier
Inheritance
object
WebPageUrlIdentifier
Extension Methods

Constructors

WebPageUrlIdentifier(string)

Initializes an instance of WebPageUrlIdentifier class.

public WebPageUrlIdentifier(string value)

Parameters

value string

Value to parse the identifier from.

WebPageUrlIdentifier(string, int)

Initializes an instance of WebPageUrlIdentifier class.

public WebPageUrlIdentifier(string languageName, int webPageItemID)

Parameters

languageName string
webPageItemID int

Properties

LanguageName

Web page language codename.

public string LanguageName { get; set; }

Property Value

string

WebPageItemID

Web page item ID.

public int WebPageItemID { get; set; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.