XHTML Property
From UltimateSearch
| UltimateSearch Class Library |
| UltimateSearchInput..::..XHTML Property |
| UltimateSearchInput Class See Also Send Feedback |
Gets or sets a value that indicates whether UltimateSearchInput is located on a page with document type of XHTML.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
| C# |
|---|
public bool XHTML { get; set; } |
| Visual Basic |
|---|
Public Property XHTML As Boolean Get Set |
| Visual C++ |
|---|
public: property bool XHTML { bool get (); void set (bool value); } |
Field 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.