PagePorter Class Library

Parastream.Web.UI.WebControls Namespace

A collection of classes that allow you to create Web server controls on a Web page. Web server controls run on the server and include form controls such as buttons and text boxes. Because Web server controls run on the server, you can programmatically control these elements.

Namespace hierarchy

Classes

Class Description
FpHitCounter A custom control that implements the FrontPage Hit Counter ("HitCounter") control.
FpInclude A custom control that implements the FrontPage Include Page ("Include") control.
FpLinkBar A custom control that implements the FrontPage Navigation ("Navigation") control.
FpPurpleText A custom control that implements the FrontPage Comment ("PurpleText") control.
FpScheduledInclude A custom control that implements the FrontPage Scheduled Include ("ScheduledInclude" / "ScheduledImage") control.
FpSubstitution A custom control that implements the FrontPage Substitution ("Substitution") control.
FpTimeStamp A custom control that implements the FrontPage Date and Time ("Datetime") control.
FpWebControl An abstract base class for all web controls in the FpCtrls assembly.

Enumerations

Enumeration Description
FpHitCounterRendering Specifies how a FpLinkBar is rendered.
FpLinkBarButtonFormat Specifies the format of the navigation buttons of a FpLinkBar control (HTML rendering only).
FpLinkBarOrientation Specifies the orientation of a FpLinkBar control.
FpLinkBarRendering Specifies how a FpLinkBar is rendered.
FpLinkBarType Specifies the type of navigation used by a FpLinkBar control.
FpScheduledIncludeType Specifies the type of object to include.
FpTimeStampType Specifies the type of time stamp to display in the FpTimeStamp control.