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
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
1919If your site supports multiple languages, you must specify the desired language when using ` ITagQuery ` .
2020
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
1616
1717After 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+
1921If you're using it in controllers, you can inject it into the constructor like so:
2022
2123``` 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
1616
1717After 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+
1921If you're using it in controllers, you can inject it into the constructor like so:
2022
2123``` 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
1616
1717After 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+
1921If you're using it in controllers, you can inject it into the constructor like so:
2022
2123``` csharp
You can’t perform that action at this time.
0 commit comments