We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296db85 commit 659ab38Copy full SHA for 659ab38
Kontent.Ai.Delivery.Abstractions/ContentItems/ResolvingContext.cs
@@ -11,11 +11,11 @@ public class ResolvingContext
11
/// <summary>
12
/// Gets the content item within current resolving context
13
/// </summary>
14
- public required Func<string, Task<object>> GetLinkedItem { get; internal set; }
+ public required Func<string, Task<object>> GetLinkedItem { get; init; }
15
16
17
/// Gets an instance that resolves content links in Rich text element values
18
19
- public required IContentLinkUrlResolver ContentLinkUrlResolver { get; internal set; }
+ public required IContentLinkUrlResolver ContentLinkUrlResolver { get; init; }
20
}
21
0 commit comments