Show / Hide Table of Contents

Class TagHelperContextExtensions

Inheritance
object
TagHelperContextExtensions
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 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
In this article
Back to top Powered by ABP.IO Platform