ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet.Converters Namespace / FunctionConverter Class
Members

In This Topic
    FunctionConverter Class
    In This Topic
    Define a converter which converts the client function name to string without quote.
    Object Model
    FunctionConverter Class
    Syntax
    'Declaration
     
    Public Class FunctionConverter 
       Inherits C1.JsonNet.JsonConverter
    public class FunctionConverter : C1.JsonNet.JsonConverter 
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Serialization.BaseConverter
          C1.JsonNet.JsonConverter
             C1.JsonNet.Converters.FunctionConverter

    See Also