UriSection::SchemeSettings Property

.NET Framework (current version)
 

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

Namespace:   System.Configuration
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
Return to top
Show: