Class LayoutLocator
- Namespace
- Dynamicweb.Content.Layouts
- Assembly
- Dynamicweb.dll
Static methods for locating the appropiate layout.
public static class LayoutLocator
- Inheritance
-
LayoutLocator
- Inherited Members
Methods
FindLayout(Area)
Finds the layout for an area.
public static Layout? FindLayout(Area area)
Parameters
areaAreaArea to find the layout for.
Returns
FindLayout(Page)
Finds the layout for a page.
public static Layout? FindLayout(Page page)
Parameters
pagePagePage to find the layout for.
Returns
FindLayout(Page, string?)
Finds the layout for a page by layout name.
public static Layout? FindLayout(Page page, string? layoutName)