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