Table of Contents

Class LinkItem

Namespace
InSite.Domain.Messages
Assembly
Shift.Sdk.dll
public class LinkItem
Inheritance
LinkItem
Inherited Members
Extension Methods

Constructors

LinkItem()

public LinkItem()

LinkItem(string, string, string)

public LinkItem(string tag, string href, string text)

Parameters

tag string
href string
text string

Properties

Href

public string Href { get; set; }

Property Value

string

HtmlTag

public string HtmlTag { get; set; }

Property Value

string

Text

public string Text { get; set; }

Property Value

string