My attempt @ blogging
If you want to import a namespace in your CSHTML file it can be done using @using (C#) or @imports (VB.NET) statement.
C# Example @using System.Configuration;
No comments:
Post a Comment