Interface IBrandingProvider
Namespace: Volo.Abp.Ui.Branding
Assembly: Volo.Abp.UI.dll
Syntax
public interface IBrandingProvider
Properties
AppName
Declaration
string AppName { get; }
Property Value
Type | Description |
---|---|
string |
LogoReverseUrl
Declaration
string? LogoReverseUrl { get; }
Property Value
Type | Description |
---|---|
string |
LogoUrl
Declaration
string? LogoUrl { get; }
Property Value
Type | Description |
---|---|
string |