PagePorter Class Library

FpHtmlMarkupConverter.BeforeControl Method 

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

[Visual Basic]
Overrides Public Function BeforeControl( _
   ByVal attributes As NameValueCollection _
) As String
[C#]
public override 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

FpHtmlMarkupConverter Class | Parastream.Web.UI.Design Namespace