Class MarkupResult
Assembly: Microsoft.DocAsCode.Plugins.dll
Syntax
public class MarkupResult
Properties
|
Improve this Doc
View Source
Dependency
Declaration
public ImmutableArray<string> Dependency { get; set; }
Property Value
|
Improve this Doc
View Source
FileLinkSources
Declaration
public ImmutableDictionary<string, ImmutableList<LinkSourceInfo>> FileLinkSources { get; set; }
Property Value
|
Improve this Doc
View Source
Html
Declaration
public string Html { get; set; }
Property Value
|
Improve this Doc
View Source
LinkToFiles
Declaration
public ImmutableArray<string> LinkToFiles { get; set; }
Property Value
|
Improve this Doc
View Source
LinkToUids
Declaration
public ImmutableHashSet<string> LinkToUids { get; set; }
Property Value
|
Improve this Doc
View Source
UidLinkSources
Declaration
public ImmutableDictionary<string, ImmutableList<LinkSourceInfo>> UidLinkSources { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public ImmutableDictionary<string, object> YamlHeader { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Clone()
Declaration
public MarkupResult Clone()
Returns
Extension Methods