ConfigurationSection(IConfigurationRoot, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance.
public:
ConfigurationSection(Microsoft::Extensions::Configuration::IConfigurationRoot ^ root, System::String ^ path);
public ConfigurationSection (Microsoft.Extensions.Configuration.IConfigurationRoot root, string path);
new Microsoft.Extensions.Configuration.ConfigurationSection : Microsoft.Extensions.Configuration.IConfigurationRoot * string -> Microsoft.Extensions.Configuration.ConfigurationSection
Public Sub New (root As IConfigurationRoot, path As String)
Parameters
- root
- IConfigurationRoot
The configuration root.
- path
- String
The path to this section.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.