Property AcceptedUriSchemes
- Namespace
- Skyline.DataMiner.Net.Ticketing.Validators
- Assembly
- SLNetTypes.dll
AcceptedUriSchemes
Gets or sets the accepted URI schemes.
public HashSet<string> AcceptedUriSchemes { get; set; }
Property Value
Remarks
The following values can be used:
- System.Uri.UriSchemeFile
- System.Uri.UriSchemeFtp
- System.Uri.UriSchemeGopher
- System.Uri.UriSchemeHttp
- System.Uri.UriSchemeHttps
- System.Uri.UriSchemeMailto
- System.Uri.UriSchemeNetPipe
- System.Uri.UriSchemeNetTcp
- System.Uri.UriSchemeNews
- System.Uri.UriSchemeNntp
In case no schemes are set, this validator will not validate against URI schemes.