| by Achyut Kendre | No comments

What is Directives in Razor Syntax? How to use it using _ViewImports.cshtml in ASP.NET Core MVC?

Directives in Razor Syntax ASP.NET Core Razor Syntax provides you few commands those can be used in Razor Page or View called Directives which adds some additional functionality in page. You can use them using syntax – @directivename parameters Razor directives are represented by implicit expressions with reserved keywords following the @ symbol. A directive […]

Read More