PagePorter Class Library

HtmlTag.IsUrl Method 

Returns True if the specified HTML tag and attribute represents a URL.

[Visual Basic]
Public Shared Function IsUrl( _
   ByVal tag As String, _
   ByVal attribute As String _
) As Boolean
[C#]
public static bool IsUrl(
   string tag,
   string attribute
);

Parameters

tag
The HTML tag string.
attribute
The HTML attribute string.

Return Value

True if the specified HTML tag and attribute represents a URL.

See Also

HtmlTag Class | Parastream.Web.UI Namespace