wml is:
<template><do type= ""prev"" name= ""Prev"" label= ""Back ""> <go href=""http://www.tom.com""/></do> </template>
C# is:
this.Page.Response.Write(@"<template><do type= ""prev"" name= ""Prev"" label= ""Back ""> <go href=""http://www.tom.com""/></do> </template>");
if there a variable contains,such as 'url', the following:
this.Page.Response.Write("<template><do type= "prev" name= "Prev" label= "Back "> <go href=""+ url +""/></do> </template>");