I can not seem to get this to work.
@if (isReal)
{
@section Navigation{
@{Html.RenderPartial("NavigationForInput");}
}
}
that doesn't work because it says "once inside code you dont' need @ blah blah blah"
but, when I remove the @ from in front of section, it wants to use section as a type variable.
how can I only show that section conditionally?