Type | Description |
Function or value | Description |
Full Usage:
renderPage page httpContext htmlHelper boleroConfig
Parameters:
Node
-
The Bolero page.
httpContext : HttpContext
-
The ASP.NET HTTP context.
htmlHelper : IHtmlHelper
-
The Razor HTML helper.
boleroConfig : IBoleroHostConfig
-
The Bolero configuration.
Returns: string
A string containing the HTML representation of the page.
|
|
Full Usage:
renderPlain node
Parameters:
Node
Returns: string
A string containing the HTML representation of the node.
|
Blazor components contained in the node are ignored.
|