Contains base classes and interfaces for web rendering.
Classes
| DefaultUrlBuilder | |
| UrlBuilderExtensions | |
| ContentManagementMediaExtensions | Contains extensions methods for the Media class. |
| NodeViewModelExtensions | |
| RedaktContextExtensions | |
| NodeViewModel | |
| NodeViewModel<TModel> | This is the default implementation of the INodeViewModel interface. |
| RedaktContext | Default implementation of the IRedaktContext interface. This class is scoped per request. |
| RedaktHelper | A utility class containing a number of frequently used properties and methods. An instance of this class is part of the base RedaktPage<TModel> view class. |
| RedaktPage<TModel> | Abstract class that all Redakt CMS views must be inherited from. |
| UrlHelper |
Interfaces
| IUrlBuilder | |
| IViewPreRender | |
| INodeViewModel | |
| INodeViewModel<TModel> | This is the generic version of INodeViewModel, adding the content model to the interface. |
| IRedaktContext | Represents the current Redakt CMS request context. |
Enums
| UrlType |
Child namespaces
| Redakt.ContentManagement.Web.Api | Contains classes and interfaces making up the Redakt Content API. |
| Redakt.ContentManagement.Web.Configuration | |
| Redakt.ContentManagement.Web.DependencyInjection | |
| Redakt.ContentManagement.Web.Middleware |