NavbarLink

Represents a navigation link in the Mintlify navbar.

Syntax

public class NavbarLink

Inheritance

Properties

Href

[JsonPropertyName("href")]
public string Href { get; set; }
Gets or sets the destination URL for the navigation link.

Returns

string

Icon

[JsonPropertyName("icon")]
public object Icon { get; set; }
Gets or sets the icon to display alongside the navigation link.

Returns

object

Label

[JsonPropertyName("label")]
public string Label { get; set; }
Gets or sets the display text for the navigation link.

Returns

string

Remarks

Each navbar link consists of a label, optional icon, and destination URL. These links provide quick access to important pages or external resources.