PagePorter Class Library

FpControlConverter.IsStartSpan Method 

Returns True if the attributes passed are from a startspan tag.

[Visual Basic]
Public Shared Function IsStartSpan( _
   ByVal attributes As NameValueCollection _
) As Boolean
[C#]
public static bool IsStartSpan(
   NameValueCollection attributes
);

Parameters

attributes
A NameValueCollection that contains the attribute / value pairs parsed from the webbot commment tag.

Return Value

True if the attributes passed are from a startspan tag.

See Also

FpControlConverter Class | Parastream.Web.UI.Design Namespace