VintaSoft Imaging .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Imaging.Office.AspNetCore.ApiControllers Namespace / VintasoftOfficeApiController Class / DocumentEditorProcessRequest(DocumentEditorRequestParams) Method
Syntax Requirements SeeAlso
В этом разделе
DocumentEditorProcessRequest(DocumentEditorRequestParams) Метод (VintasoftOfficeApiController)
В этом разделе
Обрабатывает запрос к веб редактору документа.
Синтаксис
'Declaration

<HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
Public Function DocumentEditorProcessRequest( _
ByVal requestParams
Запрос к серверу, содержащий данные запроса.
As Vintasoft.Imaging.Office.Web.Services.DocumentEditorRequestParams _
) As Vintasoft.Imaging.Office.Web.Services.DocumentEditorResponseParams
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
public Vintasoft.Imaging.Office.Web.Services.DocumentEditorResponseParams DocumentEditorProcessRequest(
Vintasoft.Imaging.Office.Web.Services.DocumentEditorRequestParams requestParams
)

Parameters

requestParams
Запрос к серверу, содержащий данные запроса.

Return Value

Ответ от сервера, содержащий данные ответа.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

Смотрите также