Class EJTagHelper
Inheritance
System.Object
EJTagHelper
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 EJTagHelper : TagHelper
Constructors
EJTagHelper()
Declaration
public EJTagHelper()
Properties
ClassName
Declaration
protected virtual string ClassName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsChild
Declaration
protected virtual bool IsChild { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCollection
Declaration
protected virtual bool IsCollection { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsComplex
Declaration
protected virtual bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFor
Declaration
protected virtual bool IsFor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NameSpace
Declaration
protected virtual string NameSpace { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentPropertyName
Declaration
protected virtual string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
TagName
Declaration
protected virtual string TagName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetHtmlAttrString(IDictionary<String, Object>)
Declaration
public StringBuilder GetHtmlAttrString(IDictionary<string, object> htmlAttr)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> | htmlAttr |
Returns
Type | Description |
---|---|
System.Text.StringBuilder |
GetList()
Declaration
protected virtual object GetList()
Returns
Type | Description |
---|---|
System.Object |
GetScriptString()
Declaration
public string GetScriptString()
Returns
Type | Description |
---|---|
System.String |
GetSerializedProperties()
Declaration
public string GetSerializedProperties()
Returns
Type | Description |
---|---|
System.String |