Class DfmContextExtensions
Inheritance
DfmContextExtensions
Namespace:Microsoft.DocAsCode.Dfm
Assembly:Microsoft.DocAsCode.Dfm.dll
Syntax
public static class DfmContextExtensions
Methods
|
Improve this Doc
View Source
GetBaseFolder(IMarkdownContext)
Declaration
public static string GetBaseFolder(this IMarkdownContext context)
Parameters
Returns
|
Improve this Doc
View Source
GetFilePathStack(IMarkdownContext)
Declaration
public static ImmutableStack<string> GetFilePathStack(this IMarkdownContext context)
Parameters
Returns
| Type |
Description |
| System.Collections.Immutable.ImmutableStack<String> |
|
|
Improve this Doc
View Source
ReportDependency(IMarkdownContext, IEnumerable<String>)
Declaration
public static void ReportDependency(this IMarkdownContext context, IEnumerable<string> files)
Parameters
|
Improve this Doc
View Source
ReportDependency(IMarkdownContext, String)
Declaration
public static void ReportDependency(this IMarkdownContext context, string file)
Parameters
|
Improve this Doc
View Source
SetBaseFolder(IMarkdownContext, String)
Declaration
public static IMarkdownContext SetBaseFolder(this IMarkdownContext context, string baseFolder)
Parameters
Returns
|
Improve this Doc
View Source
SetDependency(IMarkdownContext, HashSet<String>)
Declaration
public static IMarkdownContext SetDependency(this IMarkdownContext context, HashSet<string> dependency)
Parameters
Returns
|
Improve this Doc
View Source
SetFilePathStack(IMarkdownContext, ImmutableStack<String>)
Declaration
public static IMarkdownContext SetFilePathStack(this IMarkdownContext context, ImmutableStack<string> filePathStack)
Parameters
| Type |
Name |
Description |
| IMarkdownContext |
context |
|
| System.Collections.Immutable.ImmutableStack<String> |
filePathStack |
|
Returns