Struct LinkSourceInfo
Assembly: Microsoft.DocAsCode.Plugins.dll
Syntax
public struct LinkSourceInfo
Properties
|
Improve this Doc
View Source
Anchor
Declaration
public string Anchor { get; set; }
Property Value
|
Improve this Doc
View Source
LineNumber
Declaration
public int LineNumber { get; set; }
Property Value
|
Improve this Doc
View Source
SourceFile
Declaration
public string SourceFile { get; set; }
Property Value
|
Improve this Doc
View Source
Target
Declaration
public string Target { get; set; }
Property Value
Extension Methods