IPageContainer<T> Interface

Definition

Interface defining a container for Pages and exposing a CurrentPage property.

public interface IPageContainer<out T> where T : Page
type IPageContainer<'T (requires 'T :> Page)> = interface

Type Parameters

T
This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Derived

Properties

CurrentPage

Gets the current page.

Applies to