Table of Contents

Interface IRoutedWebPage

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

Represents the current web page.

[Obsolete("The interface has been replaced with a class that will allow us to add another member in the future without a breaking change. Use RoutedWebPage instead.")]
[ObsoleteSince(28, 0)]
public interface IRoutedWebPage
Extension Methods

Properties

LanguageName

Language name in which the page was retrieved.

string LanguageName { get; }

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.

WebPageItemID

Current web page item ID.

int WebPageItemID { get; }

Property Value

int