diff --git a/CefSharp.Example/CefSharp.Example.netcore.csproj b/CefSharp.Example/CefSharp.Example.netcore.csproj
index ef7f06eef5..fa2ddc79fd 100644
--- a/CefSharp.Example/CefSharp.Example.netcore.csproj
+++ b/CefSharp.Example/CefSharp.Example.netcore.csproj
@@ -87,6 +87,10 @@
+
+
+
+
\ No newline at end of file
diff --git a/CefSharp.Example/ModelBinding/PropertyInterceptorLogger.cs b/CefSharp.Example/ModelBinding/PropertyInterceptorLogger.cs
new file mode 100644
index 0000000000..73ff5f2dda
--- /dev/null
+++ b/CefSharp.Example/ModelBinding/PropertyInterceptorLogger.cs
@@ -0,0 +1,26 @@
+// Copyright © 2022 The CefSharp Authors. All rights reserved.
+//
+// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
+
+using System;
+using System.Diagnostics;
+using CefSharp.ModelBinding;
+
+namespace CefSharp.Example.ModelBinding
+{
+ public class PropertyInterceptorLogger : IPropertyInterceptor
+ {
+ object IPropertyInterceptor.InterceptGet(Func