Definition at line 27 of file BootstrapHostPageRender.cs.
Ntp.Analyzer.Render.Host.BootstrapHostPageRender.BootstrapHostPageRender |
( |
Uri |
webPath, |
|
|
string |
title, |
|
|
int |
refresh |
|
) |
| |
|
inline |
override string Ntp.Analyzer.Render.Host.BootstrapHostPageRender.RenderPageBody |
( |
| ) |
|
|
inlineprotectedvirtual |
override string Ntp.Analyzer.Render.Host.BootstrapHostPageRender.RenderPageFooter |
( |
| ) |
|
|
inlineprotectedvirtual |
override string Ntp.Analyzer.Render.Host.BootstrapHostPageRender.RenderPageHead |
( |
| ) |
|
|
inlineprotectedvirtual |
Implements Ntp.Analyzer.Render.BootstrapPageRender.
Definition at line 47 of file BootstrapHostPageRender.cs.
49 var builder =
new StringBuilder();
51 builder.AppendLine(this.AppendWithWebpath(
52 @" <link href=""{0}{1}"" rel=""stylesheet"" media=""screen"">",
55 builder.AppendLine($
@" <meta http-equiv=""refresh"" content=""{refresh}"">");
57 return builder.ToString();
readonly int Ntp.Analyzer.Render.Host.BootstrapHostPageRender.refresh |
|
private |
The documentation for this class was generated from the following file: