Class TagHelperExtensions
Inheritance
System.Object
TagHelperExtensions
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.Extensions
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public static class TagHelperExtensions
Methods
ProcessAndGetOutputAsync(TagHelper, TagHelperAttributeList, TagHelperContext, String, TagMode)
Declaration
public static Task<TagHelperOutput> ProcessAndGetOutputAsync(this TagHelper tagHelper, TagHelperAttributeList attributeList, TagHelperContext context, string tagName = "div", TagMode tagMode = null)
Parameters
| Type | Name | Description |
|---|---|---|
| TagHelper | tagHelper | |
| TagHelperAttributeList | attributeList | |
| TagHelperContext | context | |
| System.String | tagName | |
| TagMode | tagMode |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TagHelperOutput> |
RenderAsync(TagHelper, TagHelperAttributeList, TagHelperContext, HtmlEncoder, String, TagMode)
Declaration
public static Task<string> RenderAsync(this TagHelper tagHelper, TagHelperAttributeList attributeList, TagHelperContext context, HtmlEncoder htmlEncoder, string tagName = "div", TagMode tagMode = null)
Parameters
| Type | Name | Description |
|---|---|---|
| TagHelper | tagHelper | |
| TagHelperAttributeList | attributeList | |
| TagHelperContext | context | |
| System.Text.Encodings.Web.HtmlEncoder | htmlEncoder | |
| System.String | tagName | |
| TagMode | tagMode |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.String> |