Interface ITheme
Namespace: Volo.Abp.AspNetCore.Components.Web.Theming.Theming
Assembly: Volo.Abp.AspNetCore.Components.Web.Theming.dll
Syntax
public interface ITheme
Methods
GetLayout(string, bool)
Declaration
Type GetLayout(string name, bool fallbackToDefault = true)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
bool | fallbackToDefault |
Returns
Type | Description |
---|---|
Type |