Class DocsUiOptions
Inheritance
DocsUiOptions
Assembly: Volo.Docs.Web.dll
Syntax
public class DocsUiOptions
Constructors
DocsUiOptions()
Declaration
Fields
SectionRendering
Declaration
public bool SectionRendering
Field Value
ShowProjectsCombobox
Declaration
public bool ShowProjectsCombobox
Field Value
ShowProjectsComboboxLabel
Declaration
public bool ShowProjectsComboboxLabel
Field Value
Properties
EnableEnlargeImage
Declaration
public bool EnableEnlargeImage { get; set; }
Property Value
MultiLanguageMode
Declaration
public bool MultiLanguageMode { get; set; }
Property Value
RoutePrefix
Declaration
public string RoutePrefix { get; set; }
Property Value
SingleProjectMode
Declaration
public SingleProjectModeOptions SingleProjectMode { get; }
Property Value
Extension Methods