Class DocumentToHtmlConverterOptions
Inheritance
System.Object
DocumentToHtmlConverterOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Docs.HtmlConverting
Assembly: Volo.Docs.Web.dll
Syntax
public class DocumentToHtmlConverterOptions
Constructors
DocumentToHtmlConverterOptions()
Declaration
public DocumentToHtmlConverterOptions()
Properties
Converters
Declaration
public Dictionary<string, Type> Converters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.Type> |