ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MvcTemplate<T> - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MvcTemplate<T>

    Inheritance
    System.Object
    MvcTemplate<T>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MvcTemplate<T>
        where T : class
    Type Parameters
    Name Description
    T

    Constructors

    MvcTemplate()

    Declaration
    public MvcTemplate()

    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved