SaaS CMS has officially launched! Learn more now.

Interface IViewProvider

Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
public interface IViewProvider

Methods

GetViews()

Gets the views.

Declaration
IEnumerable<ICompositeView> GetViews()
Returns
Type Description
System.Collections.Generic.IEnumerable<ICompositeView>

A collection of views

Extension Methods