TagAttributeGetProtocol Method |
Gets the protocol of the HTML attribute value.
Namespace: MailBee.HtmlAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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