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
DocumentLinksNormalizer
Declaration
public Func<string, string> DocumentLinksNormalizer { get; set; }
Property Value
EnableEnlargeImage
Declaration
public bool EnableEnlargeImage { get; set; }
Property Value
MultiLanguageMode
Declaration
public bool MultiLanguageMode { get; set; }
Property Value
RedirectUrlResolver
Declaration
public Func<string, string?> RedirectUrlResolver { get; set; }
Property Value
RoutePrefix
Declaration
public string RoutePrefix { get; set; }
Property Value
SingleProjectMode
Declaration
public SingleProjectModeOptions SingleProjectMode { get; }
Property Value
Methods
GetRedirectUrlIfNeeded(string)
Declaration
public string? GetRedirectUrlIfNeeded(string url)
Parameters
| Type |
Name |
Description |
| string |
url |
|
Returns
Extension Methods