BlockStudio.Html.HtmlService.Footer C# (CSharp) Method

Footer() private static method

private static Footer ( ) : string
return string
        private static string Footer()
        {
            return "</body></html>";
        }