IScriptingService public interface IScriptingService Defines the API of an available engine for running scripts provided in the code. Documentation Code Task EvaluateScriptAsync(IResponse response, ScriptOptions options, CancellationToken cancel) Evaluates a script for the given response asynchronously. bool SupportsType(string mimeType) Checks if the given type is supported.