Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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