Struct LinkSourceInfo
Inherited Members
Namespace:Microsoft.DocAsCode.Plugins
Assembly:Microsoft.DocAsCode.Plugins.dll
Syntax
public struct LinkSourceInfo
Properties
Anchor
Declaration
public string Anchor { get; set; }
Property Value
Type | Description |
---|---|
String |
LineNumber
Declaration
public int LineNumber { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
SourceFile
Declaration
public string SourceFile { get; set; }
Property Value
Type | Description |
---|---|
String |
Target
Declaration
public string Target { get; set; }
Property Value
Type | Description |
---|---|
String |