SaaS CMS has officially launched! Learn more now.

Class ConfigurationManagerSource

This class supports the EPiServer infrastructure and is not intended to be used directly from your code. 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: 8.11.0
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