TagAttributeGetProtocol Method |
Gets the protocol of the HTML attribute value.
Namespace: MailBee.HtmlAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic string GetProtocol()
Public Function GetProtocol As String
Return Value
Type:
StringThe 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