PagePorter Class Library

FpPurpleText Class

A custom control that implements the FrontPage Comment ("PurpleText") control.

For a list of all members of this type, see FpPurpleText Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         Parastream.Web.UI.WebControls.FpWebControl
            Parastream.Web.UI.WebControls.FpPurpleText

[Visual Basic]
Public Class FpPurpleText
    Inherits FpWebControl
[C#]
public class FpPurpleText : FpWebControl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

FpPurpleText is used to embed comments in the web page in such a way as they display only in design mode. Nothing at all is rendered at runtime, which makes your comments secure. Its FrontPage counterpart embeds your comments in a "webbot" HTML comment tag which looks something like this:

<!--webbot bot="purpletext" preview="This is a comment." -->

Requirements

Namespace: Parastream.Web.UI.WebControls

Assembly: FpCtrls (in FpCtrls.dll)

See Also

FpPurpleText Members | Parastream.Web.UI.WebControls Namespace