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 |