Class TagHelperContextExtensions
Inheritance
System.Object
TagHelperContextExtensions
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 TagHelperContextExtensions
Methods
GetValue<T>(TagHelperContext, String)
Declaration
public static T GetValue<T>(this TagHelperContext context, string key)
Parameters
| Type | Name | Description |
|---|---|---|
| TagHelperContext | context | |
| System.String | key |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |