Table of Contents

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, string)

Renders the field.

public static void RenderField(Template template, Field field, string Prefix = "Field")

Parameters

template Template

The template.

field Field

The field.

Prefix string

The prefix.

RenderForm(Template, Form)

public static void RenderForm(Template template, Form form)

Parameters

template Template
form Form

RenderForm(Template, Form, string)

Renders the form.

public static void RenderForm(Template template, Form form, string referer)

Parameters

template Template

The template.

form Form

The form.

referer string

RenderOption(Template, Option)

Renders the option.

public static void RenderOption(Template template, Option option)

Parameters

template Template

The template.

option Option

The option.

RenderReceiptSubmit(Template, Submit, bool)

Renders the receipt submit.

public static void RenderReceiptSubmit(Template template, Submit submit, bool renderFormTags)

Parameters

template Template

The template.

submit Submit

The submit.

renderFormTags bool

if set to true [render form tags].

RenderSubmit(Template, Submit, bool)

Renders the submit.

public static void RenderSubmit(Template template, Submit submit, bool renderFormTags)

Parameters

template Template

The template.

submit Submit

The submit.

renderFormTags bool

if set to true [render form tags].

RenderSubmitData(Template, SubmitData)

Renders the submit data.

public static void RenderSubmitData(Template template, SubmitData currentSubmitData)

Parameters

template Template

The template.

currentSubmitData SubmitData

The submit data.

To top