TagAttributeGetProtocol Method
Gets the protocol of the HTML attribute value.

Namespace: MailBee.Html
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string GetProtocol()

Return Value

Type: String
The string containing the protocol name (http, javascript, about, etc), or an empty string if there is no protocol name in the attribute value.
See Also