UriSection.SchemeSettings 속성

정의

SchemeSettingElementCollection 클래스의 스키마 구문 분석에 대한 구성 설정을 포함하는 Uri 개체를 가져옵니다.

public:
 property System::Configuration::SchemeSettingElementCollection ^ SchemeSettings { System::Configuration::SchemeSettingElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("schemeSettings")]
public System.Configuration.SchemeSettingElementCollection SchemeSettings { get; }
public System.Configuration.SchemeSettingElementCollection SchemeSettings { get; }
[<System.Configuration.ConfigurationProperty("schemeSettings")>]
member this.SchemeSettings : System.Configuration.SchemeSettingElementCollection
member this.SchemeSettings : System.Configuration.SchemeSettingElementCollection
Public ReadOnly Property SchemeSettings As SchemeSettingElementCollection

속성 값

클래스의 스키마 구문 분석에 대한 구성 설정입니다 Uri .

특성

설명

속성이 SchemeSettings 제네릭이 아닙니다. HTTP 및 HTTPS 스키마에 대한 genericUriParserOptions="DontUnescapePathDotsAndSlashes" 구성 설정만 지원됩니다. 다른 모든 설정은 무시됩니다.

적용 대상

추가 정보