ICallbackUrlResolver.Resolve method
Resolves the given URL template using the provided callback runtime context.
public Uri Resolve(string urlTemplate, CallbackRuntimeContext ctx)
| parameter | description |
|---|---|
| urlTemplate | The URL template containing tokens and JSON Pointer expressions. |
| ctx | The callback runtime context providing values for tokens and JSON data. |
Return Value
A fully resolved URI based on the template and context.
See Also
- record CallbackRuntimeContext
- interface ICallbackUrlResolver
- namespace Kestrun.Callback