PagePorter Class Library

FpControlConverter Methods

The methods of the FpControlConverter class are listed below. For a complete list of FpControlConverter class members, see the FpControlConverter Members topic.

Public Static (Shared) Methods

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

Public Instance Methods

AfterControl Returns an HTML string to emit after the control itself is rendered by the converter.
BeforeControl Returns an HTML string to emit before the control itself is rendered by the converter.
ConvertControl Converts an attribute collection from the FrontPage webbot comment tag into information to insert a corresponding FpWebControl into a web form.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

ConstantOutputAttributes Returns a string that represents any constant output attributes needed for this control.
ConvertAttribute Converts the attribute name=value pair from the FrontPage webbot format to the ASP.NET control format.
ConvertBoolValueOverloaded. Converts boolean value strings from FrontPage formats to the ASP.NET serialized web control format.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

FpControlConverter Class | Parastream.Web.UI.Design Namespace