[]
        
(Showing Draft Content)

C1.Web.Mvc.AutoComplete-1

AutoComplete<T> Class

The AutoComplete control is an input control that allows callers to customize the item list as the user types.

Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class AutoComplete<T> : AutoCompleteBase<T>, IHtmlString, ITemplate, IDropDown
Type Parameters
Name Description
T
Remarks

The control is similar to the ComboBox, except the item source is a function (ItemsSourceFunction) rather than a static list. For example, you can look up items on remote databases as the user types.

Constructors

Name Description
AutoComplete(HtmlHelper, string)

Creates one AutoComplete<T> instance.

Methods

Name Description
Render(HtmlTextWriter)

Render the control or the callback result to the writer.

Extension Methods