London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IContentSource<T>

Generic interface for providers of IContent objects.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IContentSource<out T> : IContentSource where T : IContent
Type 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
See Also

Extension Methods