Class MvcTemplate<T>
Inheritance
System.Object
MvcTemplate<T>
Assembly: Syncfusion.EJ2.dll
Syntax
public class MvcTemplate<T> : Object where T : class
Type Parameters
Constructors
MvcTemplate()
Declaration
Fields
builder
Declaration
public Action<T, TextWriter> builder
Field Value
Type |
Description |
System.Action<T, System.IO.TextWriter> |
|
Properties
ActionTemplate
Declaration
public Action<T> ActionTemplate { get; set; }
Property Value
Type |
Description |
System.Action<T> |
|
RazorViewTemplate
Declaration
public Func<T, object> RazorViewTemplate { get; set; }
Property Value
Type |
Description |
System.Func<T, System.Object> |
|