dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
PortalLinks Class
Represents the links section of the organization settings.
public class PortalLinks :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PortalLinks>
Inheritance System.Object 🡒 PortalLinks
Implements System.IEquatable<PortalLinks>
Constructors
PortalLinks() Constructor
public PortalLinks();
Properties
PortalLinks.ContactUs Property
Gets or sets the contact us link information.
public dymaptic.GeoBlazor.Core.Model.PortalLink? ContactUs { get; set; }