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 IInterceptorRegister

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Namespace: EPiServer.ServiceLocation.Internal
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
public interface IInterceptorRegister

Methods

Intercept<T>(Func<IServiceLocator, T, T>)

Declaration
void Intercept<T>(Func<IServiceLocator, T, T> interceptorFactory)
    where T : class
Parameters
Type Name Description
System.Func<IServiceLocator, T, T> interceptorFactory
Type Parameters
Name Description
T

Extension Methods