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 IConfigurationTransform

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

Namespace: EPiServer.Configuration.Transform.Internal
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
[Obsolete("Using this interface to modify options will replace any manual configurations done. Replace with calls to context.Services.Configure<MyOptions>() in ConfigureContainer.")]
public interface IConfigurationTransform

Methods

Transform()

Declaration
void Transform()

Extension Methods