Class InstanceAppBranding
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public class InstanceAppBranding : IInstanceAppBranding
- Inheritance
-
objectInstanceAppBranding
- Implements
Properties
FaviconUrl
public string? FaviconUrl { get; }
Property Value
IconUrl
public string? IconUrl { get; }
Property Value
LogoUrl
public string? LogoUrl { get; }
Property Value
ProductName
public string ProductName { get; }
Property Value
SymbolUrl
public string? SymbolUrl { get; }
Property Value
ThemeColor
public string ThemeColor { get; }
Property Value
WordmarkUrl
public string? WordmarkUrl { get; }