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

In This Topic
    QueryData Property
    In This Topic
    Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientQueryData client event. Sets the name JavaScript function which to collect the ajax query data.
    Syntax
    'Declaration
     
    Public Overrides Property QueryData As String
    public override string QueryData {get; set;}
    See Also