Class MarkupResult
Namespace:Microsoft.DocAsCode.Plugins
Assembly:Microsoft.DocAsCode.Plugins.dll
Syntax
public class MarkupResult
Properties
Dependency
Declaration
public ImmutableArray<string> Dependency { get; set; }
Property Value
Type |
Description |
System.Collections.Immutable.ImmutableArray<String> |
|
FileLinkSources
Declaration
public ImmutableDictionary<string, ImmutableList<LinkSourceInfo>> FileLinkSources { get; set; }
Property Value
Type |
Description |
System.Collections.Immutable.ImmutableDictionary<String, System.Collections.Immutable.ImmutableList<LinkSourceInfo>> |
|
Html
Declaration
public string Html { get; set; }
Property Value
LinkToFiles
Declaration
public ImmutableArray<string> LinkToFiles { get; set; }
Property Value
Type |
Description |
System.Collections.Immutable.ImmutableArray<String> |
|
LinkToUids
Declaration
public ImmutableHashSet<string> LinkToUids { get; set; }
Property Value
Type |
Description |
System.Collections.Immutable.ImmutableHashSet<String> |
|
UidLinkSources
Declaration
public ImmutableDictionary<string, ImmutableList<LinkSourceInfo>> UidLinkSources { get; set; }
Property Value
Type |
Description |
System.Collections.Immutable.ImmutableDictionary<String, System.Collections.Immutable.ImmutableList<LinkSourceInfo>> |
|
Declaration
public ImmutableDictionary<string, object> YamlHeader { get; set; }
Property Value
Type |
Description |
System.Collections.Immutable.ImmutableDictionary<String, Object> |
|
Methods
Clone()
Declaration
public MarkupResult Clone()
Returns
Extension Methods