Пример #1
0
 /// <summary>
 /// Renders the body of the template.
 /// </summary>
 /// <returns>The template writer helper.</returns>
 public TemplateWriter RenderBody()
 {
     return(_context.PopBody());
 }