 | CompiledViewFunc Property |
The compiled function.
Namespace: HandlebarsDotNet.MvcAssembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntaxpublic Func<Object, string> Func { get; }
Public ReadOnly Property Func As Func(Of Object, String)
Get
public:
property Func<Object^, String^>^ Func {
Func<Object^, String^>^ get ();
}
member Func : Func<Object, string> with get
Property Value
Type:
FuncObject,
String
See Also