Class DefaultBrandingProvider
Inheritance
System.Object
DefaultBrandingProvider
Namespace: Volo.Abp.Ui.Branding
Assembly: Volo.Abp.UI.dll
Syntax
public class DefaultBrandingProvider : object, IBrandingProvider, ITransientDependency
Properties
AppName
Declaration
public virtual string AppName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
LogoReverseUrl
Declaration
public virtual string LogoReverseUrl { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
LogoUrl
Declaration
public virtual string LogoUrl { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
ITransientDependency