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

Class ConfigurationManagerSource

Reads configuration from System.Configuration.ConfigurationManager.

Inheritance
System.Object
ConfigurationManagerSource
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
public class ConfigurationManagerSource : IConfigurationSource

Constructors

ConfigurationManagerSource()

Declaration
public ConfigurationManagerSource()

Methods

Get<T>(String)

Declaration
public T Get<T>(string path)
    where T : class
Parameters
Type Name Description
System.String path
Returns
Type Description
T
Type Parameters
Name Description
T

Implements

Extension Methods