Class TagHelperAttributeExtensions
Inheritance
System.Object
TagHelperAttributeExtensions
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 TagHelperAttributeExtensions
Methods
ToHtmlAttributeAsString(TagHelperAttribute)
Declaration
public static string ToHtmlAttributeAsString(this TagHelperAttribute attribute)
Parameters
| Type | Name | Description |
|---|---|---|
| TagHelperAttribute | attribute |
Returns
| Type | Description |
|---|---|
| System.String |
ToHtmlAttributesAsString(List<TagHelperAttribute>)
Declaration
public static string ToHtmlAttributesAsString(this List<TagHelperAttribute> attributes)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<TagHelperAttribute> | attributes |
Returns
| Type | Description |
|---|---|
| System.String |