Class LinkObj
Inherited Members
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public class LinkObj
Properties
Href
Declaration
public string Href { get; set; }
Property Value
Type | Description |
---|---|
String |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
String |