Dynamicweb.Rendering Namespace > Template Class : Html Property |
New Template("MyFolder/MyTemplate.html")
.Dim t As New Template t.Html = "<h1><!--@MyTag--></h1>" t.SetTag("MyTag", "Hello world!") Return t.Output()
Template t = new Template(); t.Html = "<h1><!--@MyTag--></h1>"; t.SetTag("MyTag", "Hello world!"); return t.Output();
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2