JsonBinderExtensions.

Populate<T>(IJsonBinder, T, IConfiguration) Method

Summary

Populate the values from the given configuration object

Syntax

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

Type Parameters

Name Description
T

Parameters

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

Return Value

Type Description
T