Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft