Table of Contents

Class InstanceAppBranding

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

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
object
InstanceAppBranding
Implements

Properties

FaviconUrl

public string? FaviconUrl { get; }

Property Value

string

IconUrl

public string? IconUrl { get; }

Property Value

string

LogoUrl

public string? LogoUrl { get; }

Property Value

string

ProductName

public string ProductName { get; }

Property Value

string

SymbolUrl

public string? SymbolUrl { get; }

Property Value

string

ThemeColor

public string ThemeColor { get; }

Property Value

string

WordmarkUrl

public string? WordmarkUrl { get; }

Property Value

string