Class MarkdownTokenValidatorContext
Inheritance
MarkdownTokenValidatorContext
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public class MarkdownTokenValidatorContext : IDisposable
Properties
CurrentFile
Declaration
public static string CurrentFile { get; }
Property Value
CurrentRewriteEngine
Declaration
public static IMarkdownRewriteEngine CurrentRewriteEngine { get; }
Property Value
Explicit Interface Implementations
IDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
Extension Methods