C# Class EPiUtilities.Extensions.PageExtensions

Extension methods for Page.
Afficher le fichier Open project: JohannesOstensjo/EPiUtilities

Méthodes publiques

Méthode Description
ToCurrentPage ( this page ) : PageData

Attempts to get the current EPiServer page from the Page object. Returns null if current page is not an EPiServer page.

Method Details

ToCurrentPage() public static méthode

Attempts to get the current EPiServer page from the Page object. Returns null if current page is not an EPiServer page.
public static ToCurrentPage ( this page ) : PageData
page this
Résultat PageData