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

In This Topic
    ItemsSourceAction Property (MultiAutoCompleteTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.AutoCompleteBase<T>.ItemsSourceAction. Sets the action name for data.
    Syntax
    'Declaration
     
    Public Overridable Property ItemsSourceAction As String
    public virtual string ItemsSourceAction {get; set;}
    See Also