Class TagHelperExtensions
Inheritance
TagHelperExtensions
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 = TagMode.SelfClosing)
Parameters
Returns
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 = TagMode.SelfClosing)
Parameters
Returns