Try our conversational search powered by Generative AI!

Interface IViewManager

Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public interface IViewManager

Methods

CreateView(String, IPrincipal)

Declaration
ICompositeView CreateView(string viewName, IPrincipal principal)
Parameters
Type Name Description
System.String viewName
System.Security.Principal.IPrincipal principal
Returns
Type Description
ICompositeView

GetView(ShellModule, String)

Declaration
ICompositeView GetView(ShellModule shellModule, string urlSegment)
Parameters
Type Name Description
ShellModule shellModule
System.String urlSegment
Returns
Type Description
ICompositeView

Extension Methods