Class TagHelperContextExtensions
Inherited Members
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 | |
string | key |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |