PageCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Holds the collection of all top-level application pages.
- C#
- VB.NET
public class PageCollection : ICollection, IEnumerable
Public Class PageCollection
Inherits ICollection
Implements IEnumerable
Properties
Count
Int32: Returns the total number of currently open pages.
Item(index)
Page: Returns the page at the specified index.
Item(name)
Page: Returns the first page with the specified name, the search is case insensitive.
Methods
GetEnumerator()
Returns an enumerator that iterates through the open pages.
Returns: IEnumerator.