Browse Source

Update Index.cshtml.cs

pull/20077/head
Salih 2 years ago
parent
commit
38c8131748
  1. 1
      modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs

1
modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml.cs

@ -490,6 +490,7 @@ namespace Volo.Docs.Pages.Documents.Project
{
Document = await GetSpecificDocumentOrDefaultAsync(language);
DocumentLanguageCode = language;
DocumentNameWithExtension = Document.Name;
await ConvertDocumentContentToHtmlAsync();
return true;
}

Loading…
Cancel
Save