Class AbpStyleBundleTagHelper
Inheritance
AbpStyleBundleTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
[HtmlTargetElement("abp-style-bundle", TagStructure = TagStructure.NormalOrSelfClosing)]
public class AbpStyleBundleTagHelper : AbpBundleTagHelper<AbpStyleBundleTagHelper, AbpStyleBundleTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency, IBundleTagHelper
Constructors
AbpStyleBundleTagHelper(AbpStyleBundleTagHelperService)
Declaration
public AbpStyleBundleTagHelper(AbpStyleBundleTagHelperService service)
Parameters
Properties
Preload
Declaration
[HtmlAttributeName("preload")]
public bool Preload { get; set; }
Property Value
Implements
Extension Methods