 | CompiledView Constructor |
Namespace: HandlebarsDotNet.MvcAssembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntaxpublic CompiledView(
Func<Object, string> func,
string fileHash,
string layout
)
Public Sub New (
func As Func(Of Object, String),
fileHash As String,
layout As String
)
public:
CompiledView(
Func<Object^, String^>^ func,
String^ fileHash,
String^ layout
)
new :
func : Func<Object, string> *
fileHash : string *
layout : string -> CompiledView
Parameters
- func
- Type: SystemFuncObject, String
- fileHash
- Type: SystemString
- layout
- Type: SystemString
See Also