We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8de58c commit 323ec92Copy full SHA for 323ec92
README.md
@@ -242,6 +242,13 @@ In each view wrap a content or an anchor tag inside `secure-content` tag:
242
</ul>
243
```
244
245
+Don't forget to add your tag halper namespace to `_ViewImports.cshtml`
246
+```cshtml
247
+@using SampleMvcWebApp
248
+@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
249
+@addTagHelper *, SampleMvcWebApp
250
+```
251
+
252
If you extended `IdentityUser` or you changed user and role key, you should pass user and role type too. for example:
253
254
```c#
0 commit comments