Class MarkupResult
Namespace:Microsoft.DocAsCode.Plugins
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
Type |
Description |
System.Collections.Immutable.ImmutableArray<String> |
|
|
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
Type |
Description |
System.Collections.Immutable.ImmutableArray<String> |
|
|
Improve this Doc
View Source
LinkToUids
Declaration
public ImmutableHashSet<string> LinkToUids { get; set; }
Property Value
Type |
Description |
System.Collections.Immutable.ImmutableHashSet<String> |
|
|
Improve this Doc
View Source
Declaration
public ImmutableDictionary<string, object> YamlHeader { get; set; }
Property Value
Type |
Description |
System.Collections.Immutable.ImmutableDictionary<String, Object> |
|
Methods
|
Improve this Doc
View Source
Clone()
Declaration
public MarkupResult Clone()
Returns
Extension Methods