System.Web.UI.HtmlControls.HtmlSelectBuilder.AllowWhitespaceLiterals Method

Determines whether the white space literals in an System.Web.UI.HtmlControls.HtmlSelect control are to be processed or ignored.

Syntax

public override bool AllowWhitespaceLiterals ()

Returns

This method always returns false, indicating that white space in the System.Web.UI.HtmlControls.HtmlSelect control is ignored.

Remarks

This method overrides the System.Web.UI.ControlBuilder.AllowWhitespaceLiterals method to always ignore white space in the System.Web.UI.HtmlControls.HtmlSelect control.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0