C# Class Rebel.Cms.Web.Model.RebelRenderModel

The model supplied to the controller to render the content to the front-end. This model wraps the 'Content' model which is returned by the controller action to the view and returns the 'ContentNode' as Lazy loaded data.
Inheritance: DisposableObject, IRebelRenderModel
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
RebelRenderModel ( IRebelApplicationContext baseContext, Content renderItem ) : System
RebelRenderModel ( IRebelApplicationContext baseContext, Func renderItemDeferred ) : System

Méthodes protégées

Méthode Description
DisposeResources ( ) : void

Method Details

DisposeResources() protected méthode

protected DisposeResources ( ) : void
Résultat void

RebelRenderModel() public méthode

public RebelRenderModel ( IRebelApplicationContext baseContext, Content renderItem ) : System
baseContext IRebelApplicationContext
renderItem Content
Résultat System

RebelRenderModel() public méthode

public RebelRenderModel ( IRebelApplicationContext baseContext, Func renderItemDeferred ) : System
baseContext IRebelApplicationContext
renderItemDeferred Func
Résultat System