File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
13/umbraco-cms/reference/querying
14/umbraco-cms/reference/querying
15/umbraco-cms/reference/querying
16/umbraco-cms/reference/querying Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ If you're using it in Views or Partial views you can inject `ITagQuery` using th
14
14
@inject ITagQuery _tagQuery;
15
15
```
16
16
17
- After this, you can use ` _tagQuery ` to access the ` ITagQuery ` .
17
+ After this, you can use ` _tagQuery ` to access the ` ITagQuery ` .
18
18
19
19
If your site supports multiple languages, you must specify the desired language when using ` ITagQuery ` .
20
20
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ If you're using it in Views or Partial views you can inject `ITagQuery` using th
16
16
17
17
After this you can use ` _tagQuery ` to access the ` ITagQuery ` .
18
18
19
+ If your site supports multiple languages, you must specify the desired language when using ` ITagQuery ` .
20
+
19
21
If you're using it in controllers, you can inject it into the constructor like so:
20
22
21
23
``` csharp
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ If you're using it in Views or Partial views you can inject `ITagQuery` using th
16
16
17
17
After this you can use ` _tagQuery ` to access the ` ITagQuery ` .
18
18
19
+ If your site supports multiple languages, you must specify the desired language when using ` ITagQuery ` .
20
+
19
21
If you're using it in controllers, you can inject it into the constructor like so:
20
22
21
23
``` csharp
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ If you're using it in Views or Partial views you can inject `ITagQuery` using th
16
16
17
17
After this you can use ` _tagQuery ` to access the ` ITagQuery ` .
18
18
19
+ If your site supports multiple languages, you must specify the desired language when using ` ITagQuery ` .
20
+
19
21
If you're using it in controllers, you can inject it into the constructor like so:
20
22
21
23
``` csharp
You can’t perform that action at this time.
0 commit comments