AppShellExecuteInfoSupportedProtocols Property

Gets or sets a string that contains the URL protocol schemes for a given key. This can contain multiple registry values to indicate which schemes are supported.

This string follows the format of scheme1:scheme2.

If this list is Not empty, file: will be added To the String.

This protocol Is implicitly supported When SupportedProtocols is defined.

Definition

Namespace: DevCase.Core.Windows.Applications
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string SupportedProtocols { get; set; }

Property Value

String
A string that contains the URL protocol schemes for a given key.

See Also