Definition

Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models Inheritance: System.Object

Syntax

Mintlify.Core.Models.FooterLink

Summary

Represents a footer link.

Constructors

.ctor

Syntax

public FooterLink()

Properties

Href

Gets or sets the URL of the link.

Syntax

public string Href { get; set; }

Property Value

Type: string?

Label

Gets or sets the label of the link.

Syntax

public string Label { get; set; }

Property Value

Type: string

Remarks

This is a required field that appears as the link text in the footer.