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

Represents the result of a content request.

Definition

Пространство имён: Tessa.Content
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public ContentResponse(
	IValidationResultBuilder validationResult,
	ContentResult? contentResult = null,
	ContentCacheOptions? cacheOptions = null
)

Параметры

validationResult  IValidationResultBuilder
Объект, выполняющий построение результата валидации.
contentResult  ContentResult  (Optional)
cacheOptions  ContentCacheOptions  (Optional)
Represents the caching options for content.
If cache options are not specified, the content response is not allowed to be cached.

См. также