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