PagePorter Class Library

FpControlConverter.IsEndSpan Method 

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

[Visual Basic]
Public Shared Function IsEndSpan( _
   ByVal attributes As NameValueCollection _
) As Boolean
[C#]
public static bool IsEndSpan(
   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 endspan tag.

See Also

FpControlConverter Class | Parastream.Web.UI.Design Namespace