ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / AutoCompleteTagHelper Class / ItemsSourceFunction Property

In This Topic
    ItemsSourceFunction Property (AutoCompleteTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.AutoCompleteBase<T>.ItemsSourceFunction. Sets a function that provides list items dynamically as the user types.
    Syntax
    'Declaration
     
    Public Overridable Property ItemsSourceFunction As String
    public virtual string ItemsSourceFunction {get; set;}
    See Also