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 IConfigurationSource

This class supports the EPiServer infrastructure and is not intended to be used directly from your code. Reads configuration sections.

Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.dll
Version: 8.11.0
Syntax
public interface IConfigurationSource

Methods

Get<T>(String)

Reads the configuration by path

Declaration
T Get<T>(string path)

    where T : class
Parameters
Type Name Description
System.String path

The path to the configuration

Returns
Type Description
T

The configuration or null if not found

Type Parameters
Name Description
T

The type of the configuration