Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/test-projects/fsharp-aspnetcoremvc11/aspnetcoremvc11/Views/_ViewImports.cshtml')
-rw-r--r--main/tests/test-projects/fsharp-aspnetcoremvc11/aspnetcoremvc11/Views/_ViewImports.cshtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/tests/test-projects/fsharp-aspnetcoremvc11/aspnetcoremvc11/Views/_ViewImports.cshtml b/main/tests/test-projects/fsharp-aspnetcoremvc11/aspnetcoremvc11/Views/_ViewImports.cshtml
new file mode 100644
index 0000000000..850cef86c6
--- /dev/null
+++ b/main/tests/test-projects/fsharp-aspnetcoremvc11/aspnetcoremvc11/Views/_ViewImports.cshtml
@@ -0,0 +1,2 @@
+@using aspnetcoremvc11
+@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers