메소드 | 설명 | |
---|---|---|
RenderModel ( StepContext stepContext, object model, string viewName, bool skipLayout ) : void | ||
RenderViewData ( StepContext stepContext, ViewDataDictionary viewData, string viewName, bool skipLayout ) : void | ||
ViewRenderer ( Splits.Web.Spark.SparkViewFactory factory ) : System |
public RenderModel ( StepContext stepContext, object model, string viewName, bool skipLayout ) : void | ||
stepContext | StepContext | |
model | object | |
viewName | string | |
skipLayout | bool | |
리턴 | void |
public RenderViewData ( StepContext stepContext, ViewDataDictionary viewData, string viewName, bool skipLayout ) : void | ||
stepContext | StepContext | |
viewData | ViewDataDictionary | |
viewName | string | |
skipLayout | bool | |
리턴 | void |
public ViewRenderer ( Splits.Web.Spark.SparkViewFactory factory ) : System | ||
factory | Splits.Web.Spark.SparkViewFactory | |
리턴 | System |