Interface IContentModel
The basic view model returned for front-end Umbraco controllers
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public interface IContentModel
Remarks
IContent
By default all front-end template views inherit from UmbracoViewPage which has a model of
IPublished
Properties
View SourceContent
Gets the IPublished
Declaration
IPublishedContent Content { get; }
Property Value
Type | Description |
---|---|
IPublished |