UltimateSearch Class Library

UltimateSearchOutput.XHTML Property

Gets or sets a value that indicates whether UltimateSearchOutput 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 UltimateSearchOutput is located on a page with document type of XHTML; otherwise, false. The default value is false.

Remarks

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

See Also

UltimateSearchOutput Class | Karamasoft.WebControls.UltimateSearch Namespace