Show / Hide Table of Contents

Class ThemeExtensions

Inheritance
object
ThemeExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theming
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public static class ThemeExtensions

Methods

GetAccountLayout(ITheme, bool)

Declaration
public static string GetAccountLayout(this ITheme theme, bool fallbackToDefault = true)
Parameters
Type Name Description
ITheme theme
bool fallbackToDefault
Returns
Type Description
string

GetApplicationLayout(ITheme, bool)

Declaration
public static string GetApplicationLayout(this ITheme theme, bool fallbackToDefault = true)
Parameters
Type Name Description
ITheme theme
bool fallbackToDefault
Returns
Type Description
string

GetEmptyLayout(ITheme, bool)

Declaration
public static string GetEmptyLayout(this ITheme theme, bool fallbackToDefault = true)
Parameters
Type Name Description
ITheme theme
bool fallbackToDefault
Returns
Type Description
string

GetPublicLayout(ITheme, bool)

Declaration
public static string GetPublicLayout(this ITheme theme, bool fallbackToDefault = true)
Parameters
Type Name Description
ITheme theme
bool fallbackToDefault
Returns
Type Description
string
In this article
Back to top Powered by ABP.IO Platform