Class ConfigurationManagerSource
Reads configuration from System.Configuration.ConfigurationManager.
Inheritance
System.Object
    ConfigurationManagerSource
  Implements
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.4Syntax
public class ConfigurationManagerSource : IConfigurationSourceConstructors
ConfigurationManagerSource()
Declaration
public ConfigurationManagerSource()Methods
Get<T>(String)
Declaration
public T Get<T>(string path)
    where T : classParameters
| Type | Name | Description | 
|---|---|---|
| System.String | path | 
Returns
| Type | Description | 
|---|---|
| T | 
Type Parameters
| Name | Description | 
|---|---|
| T | 
