Class DocsWebGoogleOptions
Inheritance
DocsWebGoogleOptions
Assembly: Volo.Docs.Web.dll
Syntax
public class DocsWebGoogleOptions
Constructors
DocsWebGoogleOptions()
Declaration
public DocsWebGoogleOptions()
Properties
EnableGoogleProgrammableSearchEngine
Declaration
public bool EnableGoogleProgrammableSearchEngine { get; set; }
Property Value
EnableGoogleTranslate
Declaration
public bool EnableGoogleTranslate { get; set; }
Property Value
GetCultureLanguageCode
Declaration
public Func<CultureInfo, string> GetCultureLanguageCode { get; set; }
Property Value
GoogleSearchEngineId
Declaration
public string GoogleSearchEngineId { get; set; }
Property Value
IncludedLanguages
Declaration
public List<string> IncludedLanguages { get; set; }
Property Value
Extension Methods