dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

PortalSharedThemeLogo Class

Represents the logo configuration in the shared theme.

public class PortalSharedThemeLogo :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PortalSharedThemeLogo>

Inheritance System.Object 🡒 PortalSharedThemeLogo

Implements System.IEquatable<PortalSharedThemeLogo>

Constructors

PortalSharedThemeLogo() Constructor

public PortalSharedThemeLogo();

Properties

Gets or sets the link associated with the logo.

public string? Link { get; set; }

Property Value

System.String

PortalSharedThemeLogo.Small Property

Gets or sets the URL to the small version of the logo.

public string? Small { get; set; }

Property Value

System.String