JsonBinderExtensions.

Bind<T>(IJsonBinder, IConfiguration) Method

Summary

Bind the values to the given configuration

Syntax

public static T Bind<T>(this IJsonBinder binder, IConfiguration configuration) 
    where T : class, new()

Type Parameters

Name Description
T

Parameters

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

Return Value

Type Description
T