HtmlSelectBuilder.AllowWhitespaceLiterals Method ()

 

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

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

override AllowWhitespaceLiterals : unit -> bool

Return Value

Type: System.Boolean

This 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
Return to top
Show: