Share via


RequiresFormTag Property (Common)

Gets a value indicating whether an adapter, such as the ChtmlCommandAdapter class, generates markup that requires <Form> tags for form submission.

public virtual bool RequiresFormTag {
   get
}

Remarks

This property is used by the ChtmlFormAdapter class to determine whether the form tag is needed in the resulting markup. Currently, only the settings on cHTML adapters are recognized. However, you can use this property to provide your own rendering in your adapters.

See Also

Applies to: ChtmlCalendarAdapter Class | ChtmlCommandAdapter Class | HtmlControlAdapter Class