Class DefaultBrandingProvider
Inheritance
System.Object
DefaultBrandingProvider
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.Theme.Shared.Components
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll
Syntax
public class DefaultBrandingProvider : 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