PagePorter Class Library

FpControlConverter Members

FpControlConverter overview

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 Properties

ControlAssembly Gets the assembly name for this control.
ControlName Gets the control name for this control.
DestinationFile Gets or sets the full filename of the ASP.NET file being converted to.
DiscardSpanHtml Gets the value that indicates whether or not the converter should discard the HTML between the "startspan" and "endspan" tags.
DTE Gets or sets the DTE object that should be PagePorter's DTE object.
HtmlPageReader Gets or sets the HtmlPageReader object that is the source of the HTML file.
SourceFile Gets or sets the full filename of the HTML file being converted from.
WebbotName Gets the equivalent webbot name for this control.

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 Constructors

FpControlConverter Constructor Initializes a new instance of the FpControlConverter class.

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