Class Renderer
- Namespace
- Dynamicweb.Forms
- Assembly
- Dynamicweb.Forms.dll
Class Renderer. This class cannot be inherited.
public sealed class Renderer
- Inheritance
-
Renderer
- Inherited Members
Methods
RenderField(Template, Field, Form, string)
Renders the field.
public static void RenderField(Template template, Field field, Form form, string Prefix = "Field")
Parameters
templateTemplateThe template.
fieldFieldThe field.
formFormThe form.
PrefixstringThe prefix.
RenderField(Template, Field, string)
public static void RenderField(Template template, Field field, string Prefix = "Field")
Parameters
RenderForm(Template, Form)
public static void RenderForm(Template template, Form form)
Parameters
RenderForm(Template, Form, string)
Renders the form.
public static void RenderForm(Template template, Form form, string referer)
Parameters
RenderOption(Template, Option)
Renders the option.
public static void RenderOption(Template template, Option option)
Parameters
RenderReceiptSubmit(Template, Submit, bool)
Renders the receipt submit.
public static void RenderReceiptSubmit(Template template, Submit submit, bool renderFormTags)
Parameters
templateTemplateThe template.
submitSubmitThe submit.
renderFormTagsboolif set to
true[render form tags].
RenderSubmit(Template, Submit, bool)
Renders the submit.
public static void RenderSubmit(Template template, Submit submit, bool renderFormTags)
Parameters
templateTemplateThe template.
submitSubmitThe submit.
renderFormTagsboolif set to
true[render form tags].
RenderSubmitData(Template, SubmitData)
Renders the submit data.
public static void RenderSubmitData(Template template, SubmitData currentSubmitData)
Parameters
templateTemplateThe template.
currentSubmitDataSubmitDataThe submit data.