Class ThemeExtensions
Inheritance
ThemeExtensions
Assembly: Volo.Abp.AspNetCore.Components.Web.Theming.dll
Syntax
public static class ThemeExtensions
Methods
GetAccountLayout(ITheme, bool)
Declaration
public static Type GetAccountLayout(this ITheme theme, bool fallbackToDefault = true)
Parameters
Type |
Name |
Description |
ITheme |
theme |
|
bool |
fallbackToDefault |
|
Returns
GetApplicationLayout(ITheme, bool)
Declaration
public static Type GetApplicationLayout(this ITheme theme, bool fallbackToDefault = true)
Parameters
Type |
Name |
Description |
ITheme |
theme |
|
bool |
fallbackToDefault |
|
Returns
GetEmptyLayout(ITheme, bool)
Declaration
public static Type GetEmptyLayout(this ITheme theme, bool fallbackToDefault = true)
Parameters
Type |
Name |
Description |
ITheme |
theme |
|
bool |
fallbackToDefault |
|
Returns
GetPublicLayout(ITheme, bool)
Declaration
public static Type GetPublicLayout(this ITheme theme, bool fallbackToDefault = true)
Parameters
Type |
Name |
Description |
ITheme |
theme |
|
bool |
fallbackToDefault |
|
Returns