<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.0-preview.3.25171.5" />

UriSection

public sealed class UriSection : ConfigurationSection
Represents the Uri section within a configuration file.
public IdnElement Idn { get; }

Gets an IdnElement object that contains the configuration setting for International Domain Name (IDN) processing in the Uri class.

public IriParsingElement IriParsing { get; }

Gets an IriParsingElement object that contains the configuration setting for International Resource Identifiers (IRI) parsing in the Uri class.

Gets a SchemeSettingElementCollection object that contains the configuration settings for scheme parsing in the Uri class.

public UriSection()

Initializes a new instance of the UriSection class.