ContentResponse - конструктор
Пространство имён: Tessa.ContentСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public ContentResponse(
IValidationResultBuilder validationResult,
ContentResult? contentResult = null,
ContentCacheOptions? cacheOptions = null
)
Public Sub New (
validationResult As IValidationResultBuilder,
Optional contentResult As ContentResult = Nothing,
Optional cacheOptions As ContentCacheOptions = Nothing
)
public:
ContentResponse(
IValidationResultBuilder^ validationResult,
ContentResult^ contentResult = nullptr,
ContentCacheOptions^ cacheOptions = nullptr
)
new :
validationResult : IValidationResultBuilder *
?contentResult : ContentResult *
?cacheOptions : ContentCacheOptions
(* Defaults:
let _contentResult = defaultArg contentResult null
let _cacheOptions = defaultArg cacheOptions null
*)
-> ContentResponse
Параметры
- validationResult IValidationResultBuilder
-
- contentResult ContentResult (Optional)
-
- cacheOptions ContentCacheOptions (Optional)
-