Create a renderer based on the action and the view parameters
Create a renderer based on the action and the view parameters
public RendererBase CreateRenderer(Action,ViewParameters);
Create a renderer based on the activity definition and the view parameters
public RendererBase CreateRenderer(ActivityDefinition,ViewParameters);
RendererFactory Class | Ant.Workflow.View.ActivityRenderers Namespace