Click or drag to resize
CompiledView Constructor
Initializes a new instance of the CompiledView class

Namespace: HandlebarsDotNet.Mvc
Assembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntax
public CompiledView(
	Func<Object, string> func,
	string fileHash,
	string layout
)

Parameters

func
Type: SystemFuncObject, String
fileHash
Type: SystemString
layout
Type: SystemString
See Also