ModulePageExtensions class

namespace: Serenity.Web   assemblySerenity.Extensions

Extension methods for creating module and grid pages from controllers.

public static class ModulePageExtensions

Public Members

name description
static GridPage(…) Creates a grid page for the specified module and page title. (2 methods)
static GridPage<TRow>(…) Creates a grid page for the specified row type and module.
static Layout(…) Sets the layout of the result.
static ModulePage(…) Creates a module page from the specified module page model.
static PageTitle(…) Gets the page title local text key for the specified row fields. (2 methods)
static PageTitle<TRow>(…) Sets the page title of the result from the specified row type.
static PanelPage(…) Creates a panel page for the specified module and page title. (2 methods)

See Also