Interface IContentSource<T>
Generic interface for providers of IContent objects.
Inherited Members
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public interface IContentSource<out T> : IContentSource where T : IContentType Parameters
| Name | Description | 
|---|---|
| T | The Type of the content to return. | 
Properties
CurrentContent
Gets the currently loaded PageData as the current type.
Declaration
T CurrentContent { get; }Property Value
| Type | Description | 
|---|---|
| T | 
