Class LinkItem
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
Properties
Href
public string Href { get; set; }
Property Value
HtmlTag
public string HtmlTag { get; set; }
Property Value
Text
public string Text { get; set; }