Class EJTagHelper
Inheritance
System.Object
EJTagHelper
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 |
For
Declaration
public virtual ModelExpression For { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExpression |
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 |
ViewContext
Declaration
public ViewContext ViewContext { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Mvc.Rendering.ViewContext |
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 |
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext | context | |
Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput | output |
RegisterScript()
Declaration
protected void RegisterScript()