Table of Contents

Class Link

Namespace
InSite.Domain.Foundations.Navigation
Assembly
Shift.Sdk.dll
public class Link
Inheritance
Link
Inherited Members
Extension Methods

Constructors

public Link()

Properties

public List<Link> Links { get; set; }

Property Value

List<Link>
public string Text { get; set; }

Property Value

string
public string Url { get; set; }

Property Value

string

Methods

public bool ShouldSerializeLinks()

Returns

bool