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

Инициализирует новый экземпляр класса ContentController

Definition

Пространство имён: Tessa.Web.Controllers
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
C#
public ContentController(
	IContentTokenRevokingStrategy tokenRevokingStrategy,
	IContentHandlerResolver contentHandlerResolver,
	IDiscoveryKeyStrategy keyStrategy,
	ITessaServerSettings serverSettings,
	IContentAccessTokenGenerator tokenGenerator,
	[OptionalDependencyAttribute("GetContentByLink")] ActivitySource? activitySource = null,
	[OptionalDependencyAttribute] TessaMetrics? metrics = null
)

Параметры

tokenRevokingStrategy  IContentTokenRevokingStrategy
 
contentHandlerResolver  IContentHandlerResolver
 
keyStrategy  IDiscoveryKeyStrategy
 
serverSettings  ITessaServerSettings
 
tokenGenerator  IContentAccessTokenGenerator
 
activitySource  ActivitySource  (Optional)
 
metrics  TessaMetrics  (Optional)
 

См. также