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

In This Topic
    RequestDataStringifying Property (CollectionViewServiceTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientRequestDataStringifying client event. Occurs when serializing the request data.
    Syntax
    'Declaration
     
    Public Property RequestDataStringifying As String
    public string RequestDataStringifying {get; set;}
    See Also