Class AbpStyleTagHelper
Inheritance
AbpStyleTagHelper
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll
Syntax
[HtmlTargetElement("abp-style", TagStructure = TagStructure.NormalOrSelfClosing)]
public class AbpStyleTagHelper : AbpBundleItemTagHelper<AbpStyleTagHelper, AbpStyleTagHelperService>, ITagHelper, ITagHelperComponent, ITransientDependency, IBundleItemTagHelper, IBundleTagHelper
Constructors
AbpStyleTagHelper(AbpStyleTagHelperService)
Declaration
public AbpStyleTagHelper(AbpStyleTagHelperService service)
Parameters
Properties
Preload
Declaration
[HtmlAttributeName("preload")]
public bool Preload { get; set; }
Property Value
Methods
GetFileExtension()
Declaration
protected override string GetFileExtension()
Returns
Overrides
Implements
Extension Methods