UriSection::SchemeSettings Property
.NET Framework (current version)
Gets a SchemeSettingElementCollection object that contains the configuration settings for scheme parsing in the System::Uri class.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("schemeSettings")] property SchemeSettingElementCollection^ SchemeSettings { SchemeSettingElementCollection^ get(); }
Property Value
Type: System.Configuration::SchemeSettingElementCollection^The configuration settings for scheme parsing in the System::Uri class
The SchemeSettings property is not generic. Only the genericUriParserOptions="DontUnescapePathDotsAndSlashes" configuration setting for HTTP and HTTPS schemes are supported. All other settings are ignored.
.NET Framework
Available since 4.0
Available since 4.0
Show: