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 Function JsonReviver( _
ByVal As String _
) As
public virtual JsonReviver(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also