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