Click or drag to resize

HtmlHelperPartial Method

Includes the template with the specified name.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public TemplateWriter Partial(
	string name,
	Object model = null,
	Type modelType = null
)
View Source

Parameters

name  String
The name of the template type in cache.
model  Object  (Optional)
The model or NULL if there is no model for the template.
modelType  Type  (Optional)

Return Value

TemplateWriter
The template writer helper.
See Also