A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IViewTransformer

Inherited Members
Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public interface IViewTransformer : ISortable

Methods

TransformView(ICompositeView, IPrincipal)

Declaration
void TransformView(ICompositeView view, IPrincipal principal)
Parameters
Type Name Description
ICompositeView view
System.Security.Principal.IPrincipal principal

Extension Methods