Skip to main content
Version: 4.1

PageCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Holds the collection of all top-level application pages.

public class PageCollection : ICollection, IEnumerable

Properties

Instance member Count

Int32: Returns the total number of currently open pages.

Instance member Item(index)

Page: Returns the page at the specified index.

Instance member Item(name)

Page: Returns the first page with the specified name, the search is case insensitive.

Methods

Instance member GetEnumerator()

Returns an enumerator that iterates through the open pages.

Returns: IEnumerator.