UriLinkDependencies - конструктор

Создает экземпляр объекта UriLinkDependencies.

Definition

Пространство имён: Tessa.UriLinks
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public UriLinkDependencies(
	IUriLinkHandler uriLinkHandler,
	UIContextExecutorAsync? uiContextExecutor = null
)

Параметры

uriLinkHandler  IUriLinkHandler
IUriLinkHandler.
uiContextExecutor  UIContextExecutorAsync  (Optional)
UIContextExecutorAsync, может быть равен null, в этом случае будет использован UnknownContextExecutorAsync(FuncIUIContext, CancellationToken, ValueTask, CancellationToken).

См. также