Interface IViewProvider
Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 10.10.4Syntax
public interface IViewProvider
Methods
GetViews()
Gets the views.
Declaration
IEnumerable<ICompositeView> GetViews()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ICompositeView> | A collection of views |