Class BasicTheme
Inherited Members
Namespace: Volo.Abp.AspNetCore.Components.Web.BasicTheme
Assembly: Volo.Abp.AspNetCore.Components.Web.BasicTheme.dll
Syntax
[ThemeName("Basic")]
public class BasicTheme : ITheme, ITransientDependency
Constructors
BasicTheme()
Declaration
public BasicTheme()
Fields
Name
Declaration
public const string Name = "Basic"
Field Value
Type | Description |
---|---|
string |
Methods
GetLayout(string, bool)
Declaration
public virtual Type GetLayout(string name, bool fallbackToDefault = true)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
bool | fallbackToDefault |
Returns
Type | Description |
---|---|
Type |