Click or drag to resize
IPageViewModelTPage Interface
Interface for the view model for custom views to render pages handled by the router feature.

Namespace: Kentico.Content.Web.Mvc.Routing
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IPageViewModel<out TPage>
where TPage : TreeNode

Type Parameters

TPage
Particular type of TreeNode.

The IPageViewModelTPage type exposes the following members.

Properties
  NameDescription
Public propertyMetadata
Current page meta data.
Public propertyPage
Current page handled by the router.
Public propertySecurity
Current page security configuration.
Top
See Also