You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Markup in code blocks were added in order to allow easy templating alternatives for users who are coming from pre-.NET Core days of Razor where `@helper` was an option.
- Expanded the Razor syntax sheet to include the markup in code blocks pieces. Didn't want to call out specifically that this is an alternative to using old school `@helper` because that could technically lead to more confusion for those who are just entering the .NET Core world and have never seen `@helper` in their lives.
#11647
- Markup in code blocks were added in order to allow easy templating alternatives for users who are coming from pre-.NET Core days of Razor where `@helper` was an option.
- Expanded the Razor syntax sheet to include the markup in code blocks pieces. Didn't want to call out specifically that this is an alternative to using old school `@helper` because that could technically lead to more confusion for those who are just entering the .NET Core world and have never seen `@helper` in their lives.
#11647
- Markup in code blocks were added in order to allow easy templating alternatives for users who are coming from pre-.NET Core days of Razor where `@helper` was an option.
- Expanded the Razor syntax sheet to include the markup in code blocks pieces. Didn't want to call out specifically that this is an alternative to using old school `@helper` because that could technically lead to more confusion for those who are just entering the .NET Core world and have never seen `@helper` in their lives.
#11647
There's a new feature to allow Razor markup in
@functions
and local functions within Razor. I need to document this: dotnet/aspnetcore#5110The text was updated successfully, but these errors were encountered: