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.7Syntax
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 |