dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
PortalLink Class
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
PortalLink() Constructor
public PortalLink();
Properties
PortalLink.Url Property
Gets or sets the URL for the link.
public string? Url { get; set; }
Property Value
PortalLink.Visible Property
Gets or sets whether the link should be visible.
public bool Visible { get; set; }