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")
Namespace: DevCase.Core.DataProcessing.HtmlAssembly: 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; }
Public Property UrlProtocol As String
Get
Set
Dim instance As LinkifyFormatOptions
Dim value As String
value = instance.UrlProtocol
instance.UrlProtocol = value
public:
property String^ UrlProtocol {
String^ get ();
void set (String^ value);
}
member UrlProtocol : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String