Kendo.Mvc.UI.Fluent.EditorDeserializationSettingsBuilder
Defines the fluent API for configuring the EditorDeserializationSettings settings.
Methods
Custom(System.Func<System.Object,System.Object>)
Callback that allows custom deserialization to be plugged in. The method accepts string as the only parameter and is expected to return the modified content as string as well.
Parameters
handler System.Func<System.Object,System.Object>
The value that configures the custom action.
Custom(System.String)
Callback that allows custom deserialization to be plugged in. The method accepts string as the only parameter and is expected to return the modified content as string as well.
Parameters
handler System.String
The value that configures the custom action.