Rendering output using Razor

When rendering output from a razor template it is important to remember the distinction between @{ ...}  and @(...) Curly braces will cause the output to execute, whilst the regular parenthesis will cause the output to render. As an example that tripped me up during rendering of a ViewComponent in the CamperFinder demo, the following... Continue Reading →

A WordPress.com Website.

Up ↑