Show / Hide Table of Contents

Interface IBrandingProvider

Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Components
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll
Syntax
public interface IBrandingProvider

Properties

AppName

Declaration
string AppName { get; }
Property Value
Type Description
System.String

LogoReverseUrl

Logo on dark background

Declaration
string LogoReverseUrl { get; }
Property Value
Type Description
System.String

LogoUrl

Logo on white background

Declaration
string LogoUrl { get; }
Property Value
Type Description
System.String

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft