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 IContainerMatcher

Used to match objects to a container. For instance when pluggin in an IComponents to an IContainer.

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

Methods

MatchesContainer(IContainer)

Answers if the given container is a match.

Declaration
bool MatchesContainer(IContainer container)
Parameters
Type Name Description
IContainer container

The container to match.

Returns
Type Description
System.Boolean

true if the container is a match; otherwise false.

Extension Methods