JsonBinderExtensions.

Bind(IJsonBinder, Type, IConfiguration) Method

Summary

Bind the values to the given configuration

Syntax

public static object Bind(this IJsonBinder binder, Type objectType, IConfiguration configuration)

Parameters

Name Type Description
binder IJsonBinder The binder.
objectType Type
configuration IConfiguration The configuration.

Return Value

Type Description
object