PagePorter Class Library

FpControlConverter.BeforeControl Method 

Returns an HTML string to emit before the control itself is rendered by the converter.

[Visual Basic]
Overridable Public Function BeforeControl( _
   ByVal attributes As NameValueCollection _
) As String
[C#]
public virtual string BeforeControl(
   NameValueCollection attributes
);

Parameters

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

Return Value

An HTML string to emit before the control itself is rendered by the converter.

See Also

FpControlConverter Class | Parastream.Web.UI.Design Namespace