UltimateSearch Class Library

UltimateSearchInput.XHTML Property

Gets or sets a value that indicates whether UltimateSearchInput is located on a page with document type of XHTML.

[Visual Basic]
Public Property XHTML As Boolean
[C#]
public bool XHTML {get; set;}

Property Value

true if UltimateSearchInput is located on a page with document type of XHTML; otherwise, false. The default value is false.

Remarks

Use this property to specify whether UltimateSearchInput is located on a page with document type of XHTML so that the control renders HTML properly.

See Also

UltimateSearchInput Class | Karamasoft.WebControls.UltimateSearch Namespace