ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TreeView Class / OnClientReponseTextParsing Property

In This Topic
    OnClientReponseTextParsing Property
    In This Topic
    Occurs when parsing the response text.
    Syntax
    'Declaration
     
    Public Property OnClientReponseTextParsing As String
    public string OnClientReponseTextParsing {get; set;}
    See Also