Del via


BinderOptions Class

Definition

Specifies options used by the ConfigurationBinder.

public ref class BinderOptions
public class BinderOptions
type BinderOptions = class
Public Class BinderOptions
Inheritance
BinderOptions

Constructors

BinderOptions()

Properties

BindNonPublicProperties

Gets or sets a value that indicates whether the binder attempts to set all properties or only public properties.

ErrorOnUnknownConfiguration

Gets or sets a value that indicates whether exceptions are thrown when converting a value or when a configuration key is found for which the provided model object doesn't have an appropriate property that matches the key's name.

Applies to