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

In This Topic
    ReponseTextParsing Property (TreeViewTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.TreeView.OnClientReponseTextParsing client event. Occurs when parsing the response text.
    Syntax
    'Declaration
     
    Public Property ReponseTextParsing As String
    public string ReponseTextParsing {get; set;}
    See Also