Class LeptonMauiBlazorTheme
Inheritance
LeptonMauiBlazorTheme
Assembly: Volo.Abp.AspNetCore.Components.MauiBlazor.LeptonTheme.dll
Syntax
[ThemeName("LeptonMauiBlazor")]
public class LeptonMauiBlazorTheme : ITheme, ITransientDependency
Constructors
LeptonMauiBlazorTheme()
Declaration
public LeptonMauiBlazorTheme()
Fields
Name
Declaration
public const string Name = "LeptonMauiBlazor"
Field Value
Methods
GetLayout(string, bool)
Declaration
public virtual Type GetLayout(string name, bool fallbackToDefault = true)
Parameters
Type |
Name |
Description |
string |
name |
|
bool |
fallbackToDefault |
|
Returns
Implements
Extension Methods