November Happy Hour will be moved to Thursday December 5th.

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.AspNet.dll
Version: 11.20.7
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