Table of Contents

Class RoutedWebPage

Namespace
Kentico.Content.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Represents the current web page.

public sealed class RoutedWebPage
Inheritance
object
RoutedWebPage
Extension Methods

Properties

ContentTypeID

The content type identifier of the current web page.

public int ContentTypeID { get; init; }

Property Value

int

ContentTypeName

The content type name of the current web page.

public string ContentTypeName { get; init; }

Property Value

string

LanguageID

Language identifier in which the page was retrieved.

public int LanguageID { get; init; }

Property Value

int

Remarks

Language identifier can be different from requested language identifier in case the page doesn't exist in requested language but it exists in suitable fallback language.

LanguageName

Language name in which the page was retrieved.

public string LanguageName { get; init; }

Property Value

string

Remarks

Language name can be different from requested language name in case the page doesn't exist in requested language but it exists in suitable fallback language.

WebPageItemGUID

Current web page item GUID.

public Guid WebPageItemGUID { get; init; }

Property Value

Guid

WebPageItemID

Current web page item ID.

public int WebPageItemID { get; init; }

Property Value

int

WebsiteChannelID

Website channel identifier.

public int WebsiteChannelID { get; init; }

Property Value

int

WebsiteChannelName

Website channel name.

public string WebsiteChannelName { get; init; }

Property Value

string