PasswordRecovery.RenderOuterTable Property

Definition

Gets or sets a value that indicates whether the control encloses rendered HTML in a table element in order to apply inline styles.

public virtual bool RenderOuterTable { get; set; }

Property Value

true if the control encloses rendered HTML in a table element; otherwise, false. The default is true.

Remarks

In order to make inline style properties such as ForeColor apply to all the HTML that is rendered for the control, ASP.NET encloses the rendered HTML in a table element. If you do not want the outer table element to be rendered, set this property to false. In that case, if you try to set inline style properties that apply to the whole control, an exception is thrown.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1