Skip to content

Commit 91ebfa6

Browse files
authored
Merge pull request #7211 from umbraco/itagquery
Added updates from PR# 7059
2 parents 4f5063d + 89cd04f commit 91ebfa6

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

13/umbraco-cms/reference/querying/itagquery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you're using it in Views or Partial views you can inject `ITagQuery` using th
1414
@inject ITagQuery _tagQuery;
1515
```
1616

17-
After this, you can use `_tagQuery` to access the `ITagQuery`.
17+
After this, you can use `_tagQuery` to access the `ITagQuery`.
1818

1919
If your site supports multiple languages, you must specify the desired language when using `ITagQuery`.
2020

14/umbraco-cms/reference/querying/itagquery.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ If you're using it in Views or Partial views you can inject `ITagQuery` using th
1616

1717
After this you can use `_tagQuery` to access the `ITagQuery`.
1818

19+
If your site supports multiple languages, you must specify the desired language when using `ITagQuery`.
20+
1921
If you're using it in controllers, you can inject it into the constructor like so:
2022

2123
```csharp

15/umbraco-cms/reference/querying/itagquery.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ If you're using it in Views or Partial views you can inject `ITagQuery` using th
1616

1717
After this you can use `_tagQuery` to access the `ITagQuery`.
1818

19+
If your site supports multiple languages, you must specify the desired language when using `ITagQuery`.
20+
1921
If you're using it in controllers, you can inject it into the constructor like so:
2022

2123
```csharp

16/umbraco-cms/reference/querying/itagquery.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ If you're using it in Views or Partial views you can inject `ITagQuery` using th
1616

1717
After this you can use `_tagQuery` to access the `ITagQuery`.
1818

19+
If your site supports multiple languages, you must specify the desired language when using `ITagQuery`.
20+
1921
If you're using it in controllers, you can inject it into the constructor like so:
2022

2123
```csharp

0 commit comments

Comments
 (0)