PagePorter Class Library

Parastream.Web.UI Namespace

Contains types that allow you to create ASP.NET server controls and pages that will appear in your Web applications as user interface elements. This namespace includes the FpUserControl class, which provides user controls with a common set of functionality specifically designed for Microsoft FrontPage compatibility. It also includes the FpPage class, which a base class for web pages with Microsoft FrontPage compatibility. You can inherit from both of these classes.

Namespace hierarchy

Classes

Class Description
FpPage FpPage is a base class for ASP.NET web pages in a web site. It is designed to give the user many of the features found in the Microsoft FrontPage product that are missing from the .NET platform such as shared borders, URL offset, and secure HTTP support.
FpUserControl The control class for the shared borders, or other user controls.
HtmlPageReader Class for reading and parsing an HTML page.
HtmlTag A class that represents an HTML tag and its attributes.

Enumerations

Enumeration Description
FpPageAlign Specifies the page alignment within the browser window for fixed-width pages.
FpPageSecurityMode Specifies the security mode for the page.