Click or drag to resize
DefaultBinderCreateBindingContext Method
Version 55.0.0

[Missing <summary> documentation for "M:CefSharp.ModelBinding.DefaultBinder.CreateBindingContext(System.Object,System.Type,System.Type)"]

Namespace: CefSharp.ModelBinding
Assembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax
protected virtual BindingContext CreateBindingContext(
	Object obj,
	Type modelType,
	Type genericType
)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:CefSharp.ModelBinding.DefaultBinder.CreateBindingContext(System.Object,System.Type,System.Type)"]

modelType
Type: SystemType

[Missing <param name="modelType"/> documentation for "M:CefSharp.ModelBinding.DefaultBinder.CreateBindingContext(System.Object,System.Type,System.Type)"]

genericType
Type: SystemType

[Missing <param name="genericType"/> documentation for "M:CefSharp.ModelBinding.DefaultBinder.CreateBindingContext(System.Object,System.Type,System.Type)"]

Return Value

Type: BindingContext

[Missing <returns> documentation for "M:CefSharp.ModelBinding.DefaultBinder.CreateBindingContext(System.Object,System.Type,System.Type)"]

See Also