Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IViewProvider

Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 7.19.2
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