dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

Represents a link in the portal organization settings.

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

Inheritance System.Object 🡒 PortalLink

Implements System.IEquatable<PortalLink>

Constructors

public PortalLink();

Properties

PortalLink.Url Property

Gets or sets the URL for the link.

public string? Url { get; set; }

Property Value

System.String

PortalLink.Visible Property

Gets or sets whether the link should be visible.

public bool Visible { get; set; }

Property Value

System.Boolean