Table of Contents

Class PreMailerController

Namespace
Engine.CssToHtml
Assembly
Engine.CssToHtml.dll
[ApiController]
public class PreMailerController : ControllerBase
Inheritance
PreMailerController
Inherited Members

Constructors

PreMailerController(IMonitor)

public PreMailerController(IMonitor monitor)

Parameters

monitor IMonitor

Methods

MoveCssInlineAsync()

[HttpPost]
[Route("execute")]
[ProducesResponseType<string>(200)]
[EndpointName("moveCssInline")]
public Task<ActionResult<string>> MoveCssInlineAsync()

Returns

Task<ActionResult<string>>