Show / Hide Table of Contents

Class ThemeExtensions

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

Methods

GetAccountLayout(ITheme, Boolean)

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

GetApplicationLayout(ITheme, Boolean)

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

GetEmptyLayout(ITheme, Boolean)

Declaration
public static string GetEmptyLayout(this ITheme theme, bool fallbackToDefault = true)
Parameters
Type Name Description
ITheme theme
System.Boolean fallbackToDefault
Returns
Type Description
System.String
Back to top Powered by Volosoft