TagAttributeGetProtocol Method
Gets the protocol of the HTML attribute value.

Namespace: MailBee.Html
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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