Show / Hide Table of Contents

Class TagHelperAttributeExtensions

Inheritance
object
TagHelperAttributeExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Extensions
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public static class TagHelperAttributeExtensions

Methods

ToHtmlAttributeAsString(TagHelperAttribute)

Declaration
public static string ToHtmlAttributeAsString(this TagHelperAttribute attribute)
Parameters
Type Name Description
TagHelperAttribute attribute
Returns
Type Description
string

ToHtmlAttributesAsString(List<TagHelperAttribute>)

Declaration
public static string ToHtmlAttributesAsString(this List<TagHelperAttribute> attributes)
Parameters
Type Name Description
List<TagHelperAttribute> attributes
Returns
Type Description
string
In this article
Back to top Powered by ABP.IO Platform