Class AbpModalTagHelperService
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Modal
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class AbpModalTagHelperService : AbpTagHelperService<AbpModalTagHelper>, IAbpTagHelperService<AbpModalTagHelper>, ITransientDependency
Methods
CreatePostContent()
Declaration
protected virtual string CreatePostContent()
Returns
| Type | Description |
|---|---|
| System.String |
CreatePreContent(TagHelperOutput)
Declaration
protected virtual string CreatePreContent(TagHelperOutput output)
Parameters
| Type | Name | Description |
|---|---|---|
| TagHelperOutput | output |
Returns
| Type | Description |
|---|---|
| System.String |
GetDataAttributes()
Declaration
protected virtual string GetDataAttributes()
Returns
| Type | Description |
|---|---|
| System.String |
GetModalClasses()
Declaration
protected virtual string GetModalClasses()
Returns
| Type | Description |
|---|---|
| System.String |
GetModalContentClasses()
Declaration
protected virtual string GetModalContentClasses()
Returns
| Type | Description |
|---|---|
| System.String |
GetModalDialogClasses()
Declaration
protected virtual string GetModalDialogClasses()
Returns
| Type | Description |
|---|---|
| System.String |
Process(TagHelperContext, TagHelperOutput)
Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
| Type | Name | Description |
|---|---|---|
| TagHelperContext | context | |
| TagHelperOutput | output |
Overrides
Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.AbpTagHelperService<Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Modal.AbpModalTagHelper>.Process(TagHelperContext, TagHelperOutput)
Implements
ITransientDependency