示例#1
0
 /// <summary>
 /// Render #Script output to string asynchronously
 /// </summary>
 public static Task <string> RenderScriptAsync(this ScriptContext context, string script, Dictionary <string, object> args = null) =>
 context.EvaluateScriptAsync(script, args);