[]
Enumerates all layout areas from the header, body, and footer of the specified layout page.
public static IEnumerable<ILayoutArea> GetAllAreas(this ILayoutPage layoutPage)
| Type | Name | Description |
|---|---|---|
| ILayoutPage | layoutPage | The layout page whose areas to enumerate. |
| Type | Description |
|---|---|
| IEnumerable<ILayoutArea> | An enumerable of all ILayoutArea instances on the page. |