Class DocumentToHtmlConverterContext
Inheritance
DocumentToHtmlConverterContext
Assembly: Volo.Docs.Web.dll
Syntax
public class DocumentToHtmlConverterContext
Constructors
DocumentToHtmlConverterContext(ProjectDto, DocumentWithDetailsDto, string, string, string)
Declaration
public DocumentToHtmlConverterContext(ProjectDto project, DocumentWithDetailsDto document, string version, string languageCode, string projectShortName = null)
Parameters
Properties
Document
Declaration
public DocumentWithDetailsDto Document { get; set; }
Property Value
LanguageCode
Declaration
public string LanguageCode { get; set; }
Property Value
Project
Declaration
public ProjectDto Project { get; set; }
Property Value
ProjectShortName
Declaration
public string ProjectShortName { get; set; }
Property Value
Version
Declaration
public string Version { get; set; }
Property Value
Extension Methods