Interface IDocumentRenderService
public interface IDocumentRenderService
- Extension Methods
Methods
RenderDocumentAsync(Guid)
Task<string> RenderDocumentAsync(Guid id)
Parameters
id
Guid
Returns
RenderDocumentBySlugAsync(string)
Task<string> RenderDocumentBySlugAsync(string slug)
Parameters
slug
string