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

In This Topic
    JsonReviver Property (ODataCollectionViewServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.BaseODataCollectionViewService<T>.JsonReviver. Sets a custom reviver function to use when parsing JSON values returned from the server.
    Syntax
    'Declaration
     
    Public Overridable Property JsonReviver As String
    public virtual string JsonReviver {get; set;}
    See Also