Westwind.Scripting Class Reference
ScriptHelper.RenderPartial
Table of Contents
On this page:

ScriptHelper.RenderPartial

Renders a partial file into the template

public string RenderPartial(string scriptPath, object model)

Parameters

scriptPath
Path to script file to execute

model
optional model to pass in

Overloads

public Task<string> RenderPartialAsync(string scriptPath, object model)

© West Wind Technologies, 2025 • updated: Apr 27, 2025
Comment or report problem with topic