Abstract class that all Redakt CMS views must be inherited from.

public abstract class RedaktPage<TModel> where TModel : Redakt.ContentManagement.Content.IContentType
Inheritance:
ObjectRazorPage<INodeViewModel<TModel>>RedaktPage<TModel>

Constructors

RedaktPage()

Properties

Redakt Gets an instance of the RedaktHelper class which contains a number of frequently used methods and properties.
RouteValues Gets the route values for the current request if the page has dynamic route url parameters.
CultureName Gets the culture name for the current request. This is one of the languages defined in the Redakt system.