Class AbpStyleTagHelperService
Inheritance
System.Object
AbpStyleTagHelperService
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.Bundling.TagHelpers
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
public class AbpStyleTagHelperService : AbpBundleItemTagHelperService<AbpStyleTagHelper, AbpStyleTagHelperService>, IAbpTagHelperService<AbpStyleTagHelper>, ITransientDependency
Constructors
AbpStyleTagHelperService(AbpTagHelperStyleService)
Declaration
public AbpStyleTagHelperService(AbpTagHelperStyleService resourceService)
Parameters
Type | Name | Description |
---|---|---|
AbpTagHelperStyleService | resourceService |
Implements
ITransientDependency