I\'m trying out xamarin webView where you can use a razor-view as the UI. But the intellisense for the C#-code doesn\'t work.
Is this a known bug or am I missing som
We were having this issue as well and found a solution in a blog post by Michael Ridland in the form of a project called MVCPolyfils. The post and the .git repository can be found here: https://github.com/rid00z/MVCPolyFils
We added it and updated the references in our .cshtml headers and the whole thing works a treat now - such a relief!