HtmlSelectBuilder.AllowWhitespaceLiterals Method ()
.NET Framework (current version)
Determines whether the white space literals in an HtmlSelect control are to be processed or ignored.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.BooleanThis method always returns false, indicating that white space in the HtmlSelect control is ignored.
This method overrides the ControlBuilder.AllowWhitespaceLiterals method to always ignore white space in the HtmlSelect control.
.NET Framework
Available since 2.0
Available since 2.0
Show: