LinkifyFormatOptionsUrlProtocol Property

Gets or sets the url protocol ("http", "https", "ftp", "ftps", etc) that should be used in 'href' attributes for URLs without a protocol (e.g., github.com).

Default value: Uri.UriSchemeHttp ("http")

Definition

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

Property Value

String

Remarks

See Also