Show / Hide Table of Contents

Class AbpStyleBundleTagHelper

Inheritance
System.Object
AbpTagHelper
AbpTagHelper<AbpStyleBundleTagHelper, AbpStyleBundleTagHelperService>
AbpBundleTagHelper<AbpStyleBundleTagHelper, AbpStyleBundleTagHelperService>
AbpStyleBundleTagHelper
Implements
ITransientDependency
IBundleTagHelper
Inherited Members
AbpBundleTagHelper<AbpStyleBundleTagHelper, AbpStyleBundleTagHelperService>.Name
AbpBundleTagHelper<AbpStyleBundleTagHelper, AbpStyleBundleTagHelperService>.GetNameOrNull()
AbpTagHelper<AbpStyleBundleTagHelper, AbpStyleBundleTagHelperService>.Service
AbpTagHelper<AbpStyleBundleTagHelper, AbpStyleBundleTagHelperService>.Order
AbpTagHelper<AbpStyleBundleTagHelper, AbpStyleBundleTagHelperService>.ViewContext
AbpTagHelper<AbpStyleBundleTagHelper, AbpStyleBundleTagHelperService>.Init(TagHelperContext)
AbpTagHelper<AbpStyleBundleTagHelper, AbpStyleBundleTagHelperService>.Process(TagHelperContext, TagHelperOutput)
AbpTagHelper<AbpStyleBundleTagHelper, AbpStyleBundleTagHelperService>.ProcessAsync(TagHelperContext, TagHelperOutput)
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public class AbpStyleBundleTagHelper : AbpBundleTagHelper<AbpStyleBundleTagHelper, AbpStyleBundleTagHelperService>, ITransientDependency, IBundleTagHelper

Constructors

AbpStyleBundleTagHelper(AbpStyleBundleTagHelperService)

Declaration
public AbpStyleBundleTagHelper(AbpStyleBundleTagHelperService service)
Parameters
Type Name Description
AbpStyleBundleTagHelperService service

Implements

ITransientDependency
IBundleTagHelper

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft