Try our conversational search powered by Generative AI!

Class FileConfigurationSource

Load a writable configuration from the configuration file specified by the current System.AppDomain.

Inheritance
System.Object
FileConfigurationSource
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 FileConfigurationSource : IConfigurationSource

Constructors

FileConfigurationSource()

Declaration
public FileConfigurationSource()

FileConfigurationSource(Configuration)

Declaration
public FileConfigurationSource(Configuration config)
Parameters
Type Name Description
System.Configuration.Configuration config

Properties

ConfigurationInstance

Backing configuration instance

Declaration
public Configuration ConfigurationInstance { get; }
Property Value
Type Description
System.Configuration.Configuration

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