コード例 #1
0
 public static IActionResult Render(string component, object controller) =>
 s_factory.Render(component, controller);
コード例 #2
0
 public static Result Render(string component, object props) =>
 _factory.Render(component, props);