Class MarkdownServiceParameters
Inheritance
MarkdownServiceParameters
Namespace:Microsoft.DocAsCode.Plugins
Assembly:Microsoft.DocAsCode.Plugins.dll
Syntax
public class MarkdownServiceParameters
Properties
|
Improve this Doc
View Source
BasePath
Declaration
public string BasePath { get; set; }
Property Value
|
Improve this Doc
View Source
Extensions
Declaration
public IReadOnlyDictionary<string, object> Extensions { get; set; }
Property Value
|
Improve this Doc
View Source
TemplateDir
Declaration
public string TemplateDir { get; set; }
Property Value
|
Improve this Doc
View Source
Tokens
Declaration
public ImmutableDictionary<string, string> Tokens { get; set; }
Property Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<String, String> |
|
Extension Methods