Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

Self referencing loop detected for property Entity Framework

HttpConfiguration config = GlobalConfiguration.Configuration;

config.Formatters.JsonFormatter
            .SerializerSettings
            .ReferenceLoopHandling = Newtonsoft.Json.ReferenceLoopHandling.Ignore;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Self #referencing #loop #detected #property #Entity #Framework
ADD COMMENT
Topic
Name
1+3 =