You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 13/umbraco-cms/reference/querying/itagquery.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,11 @@ public class TagApiController : UmbracoApiController
48
48
`ITagQuery` is a scoped service, meaning that it should only be injected into scoped or transient services. For more information see the official [Microsoft Documentation](https://docs.microsoft.com/en-us/dotnet/core/extensions/dependency-injection#scoped)
49
49
{% endhint %}
50
50
51
+
52
+
{% hint style="info" %}
53
+
For multi lingual sites, the desired language must be provided when using `ITagQuery`
54
+
{% endhint %}
55
+
51
56
## Examples
52
57
53
58
All examples are from a view using the injection shown above, but working with tags in controllers will be the same.
0 commit comments