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)

public:
virtual bool AllowWhitespaceLiterals() override

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: