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