File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
14/umbraco-cms/reference/management/using-services
15/umbraco-cms/reference/management/using-services Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,6 @@ If I know `Save and Publish` my `Products` node I get the following result:
66
66
67
67
Now let us try and fetch the data from an API.
68
68
69
- {% hint style="warning" %}
70
- The example below uses UmbracoApiController which is obsolete in Umbraco 14 and will be removed in Umbraco 15.
71
- {% endhint %}
72
-
73
69
``` csharp
74
70
using Microsoft .AspNetCore .Mvc ;
75
71
using System .Runtime .Serialization ;
Original file line number Diff line number Diff line change @@ -66,10 +66,6 @@ If I know `Save and Publish` my `Products` node I get the following result:
66
66
67
67
Now let us try and fetch the data from an API.
68
68
69
- {% hint style="warning" %}
70
- The example below uses UmbracoApiController which is obsolete in Umbraco 14 and will be removed in Umbraco 15.
71
- {% endhint %}
72
-
73
69
``` csharp
74
70
using Microsoft .AspNetCore .Mvc ;
75
71
using System .Runtime .Serialization ;
You can’t perform that action at this time.
0 commit comments