Posts by arenas • 29 points
4 posts
-
0
votes1
answer200
viewsA: Newtonsoft.Json.Jsonconvert.Serializeobject excluding @
After hard research, I found a solution. Directly inside the Schema classes I added [Newtonsoft.Json.Jsonproperty("@text")], as I demonstrate in the example below:…
-
0
votes1
answer200
viewsQ: Newtonsoft.Json.Jsonconvert.Serializeobject excluding @
I am running Schema for my page and need to convert the information to print it in JSON. However Newtonsoft.Json.JsonConvert.SerializeObject(schema); removes "@" from "@context" and "@type". Like…
-
2
votes1
answer60
viewsQ: Display:None in Modal and @media affects SEO
I’m trying to apply responsiveness on a site, but some menus of categories I transfer into a modal of the bootstrap that uses the display:None, in addition to causing some desktop elements to be…
-
-2
votes1
answer94
viewsQ: React and React Native communicate easily?
I need to make a web application, but it needs to run on platforms Android as IOS. Although I know the difference between Frameworks, I wonder if I can make a code using the React normal, but…