WallpapersControllerPostStoreCustomWallpaper - метод

Upload a wallpaper file selected by the user, then select it as the current.

Definition

Пространство имён: Tessa.Web.Client.Controllers
Сборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
[HttpPostAttribute("store")]
[DisableRequestSizeLimitAttribute]
[SessionMethodAttribute(UserAccessLevel.Regular, false, new string[] { ... })]
[ProducesResponseTypeAttribute(204)]
public Task<ActionResult> PostStoreCustomWallpaper(
	IFormFile image,
	CancellationToken cancellationToken = default
)

Параметры

image  IFormFile
Wallpaper image contents.
cancellationToken  CancellationToken  (Optional)
Token to cancel the async task.

Возвращаемое значение

TaskActionResult
No content on success.

См. также