Interface IWebDocumentSectionRenderer
Assembly: Volo.Docs.Web.dll
Syntax
public interface IWebDocumentSectionRenderer : IDocumentSectionRenderer, ITransientDependency
Methods
GetDocumentNavigationsAsync(string)
Declaration
Task<DocumentNavigationsDto> GetDocumentNavigationsAsync(string documentContent)
Parameters
| Type |
Name |
Description |
| string |
documentContent |
|
Returns
GetPartialTemplatesInDocumentAsync(string)
Declaration
Task<List<DocumentPartialTemplateWithValues>> GetPartialTemplatesInDocumentAsync(string documentContent)
Parameters
| Type |
Name |
Description |
| string |
documentContent |
|
Returns
Extension Methods