PagePorter Class Library

FpScheduledIncludeConverter.ConstantOutputAttributes Method 

Returns a string that represents any constant output attributes needed for this control.

[Visual Basic]
Overrides Protected Function ConstantOutputAttributes( _
   ByVal attributes As NameValueCollection _
) As String
[C#]
protected override string ConstantOutputAttributes(
   NameValueCollection attributes
);

Parameters

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

Return Value

Returns a string that represents any constant output attributes needed for this control.

Remarks

The format of the string should be one or more occurences of this pattern: name="value", separated by spaces.

See Also

FpScheduledIncludeConverter Class | Parastream.Web.UI.Design Namespace